Whether the current URL contains key.
key
bool has(String key) { return _uri.queryParameters.containsKey(key); }