pathParams property

  1. @Deprecated('use the shorthand (params) instead')
Parameters get pathParams

Helper to access RouteMatch.params

Implementation

@Deprecated('use the shorthand (params) instead')
Parameters get pathParams => _match.params;