queryParameters property

Map<String, String> queryParameters
final

Query parameters of the current URI.

If current URI is '/books?title=str', this will be {'title': 'str'}.

Implementation

final Map<String, String> queryParameters;