Returns all values for key.
key
List<String> getAll(String key) { return _uri.queryParametersAll[key] ?? const []; }