toQuery abstract method

Map<String, List<String>> toQuery()

Returns the map representing query parameters. Each key may have zero or more values. {'foo': ['bar', 'baz']} represents ?foo=bar&foo=baz

Implementation

Map<String, List<String>> toQuery();