menu
kronix package
documentation
core/context.dart
Context
queryParams property
queryParams property
dark_mode
light_mode
queryParams
property
Map
<
String
,
dynamic
>
get
queryParams
Returns the query parameters of the request.
Implementation
Map<String, dynamic> get queryParams => request.query;
kronix package
documentation
core/context
Context
queryParams property
Context class