query property

Map<String, String> get query

Retrieves the query parameters of the URI.

Implementation

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