query property

Map<String, dynamic>? query
getter/setter pair

Query parameters to add to the request.

Key-value pairs in this property will be appended to the request URI after being properly URL encoded.

Implementation

Map<String, dynamic>? query = {};