toQuery method

Map<String, Object> toQuery()
inherited

For use with GET methods that require queryParameters

Implementation

Map<String, Object> toQuery() {
  return toSparseMap()..updateAll((key, value) => toURIString(value));
}