query property Null safety

Map<String, dynamic> query
read / write

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 = {};