pathParams property
Helper to access RouteMatch.params
Implementation
@Deprecated('use the shorthand (params) instead')
Parameters get pathParams => _match.params;
Helper to access RouteMatch.params
@Deprecated('use the shorthand (params) instead')
Parameters get pathParams => _match.params;