asQueryParameters property

Map<String, String> asQueryParameters

Converts to a map of query parameters

Implementation

Map<String, String> get asQueryParameters =>
    {if (isNotEmpty) 'include': join(',')};