A map of parameters for the querystring of a URL.
For example: /url?name=john has queryParameters of {'name': 'john'}
final Map<String, String> queryParameters;