rawPathParams property
Route page parameters can be marked as
a PathParam
, and when this entity is generated
it generates a corresponding parameter that's passed
to this map so it can be used to build the url later on
Implementation
final Map<String, dynamic> rawPathParams;