query property

Map<String, String> get query

Extracts the query from the current path.

Implementation

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