Convenience constructor for a simple flat map of query parameters.
const ApiParams.simple(Map<String, String> params) : this(query: params);