queryParameters property

Map<String, String> queryParameters
final

A map of parameters for the querystring of a URL.

For example: /url?name=john has queryParameters of {'name': 'john'}

Implementation

final Map<String, String> queryParameters;