queryParams property

Map<String, String> get queryParams

Map of query string parameters decoded from the request URI.

Implementation

Map<String, String> get queryParams => uri.queryParameters;