rawQueryParams property
Route page parameters can be marked as
a QueryParam
, 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> rawQueryParams;