uriParams property

Map<String, String>? uriParams
getter/setter pair

The URI parameters extracted from the path (e.g. id in "/user/:id"). This can be null if there are no parameters.

Implementation

Map<String, String>? uriParams;