queryParameters property

Map<String, String> queryParameters

Query parameters from the path.

e.g. /page?hello=world becomes queryParameters['hello'] == 'world'.

Implementation

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