params property

Map<String, dynamic> params
getter/setter pair

Map of String to String that represents the query parameters of the request.

Implementation

Map<String, dynamic> params;