setQuery method

void setQuery(
  1. Map<String, String?> query
)

Implementation

void setQuery(Map<String, String?> query) => defaultQuery = query;