query property

Map<String, String> get query

Gets query parameters.

Implementation

Map<String, String> get query => _raw.uri.queryParameters;