asQueryParameters property

Map<String, String> asQueryParameters

Converts to a map of query parameters

Implementation

Map<String, String> get asQueryParameters =>
    _map.map((k, v) => MapEntry('fields[$k]', v.join(',')));