Returns the first value for key, or null when it is absent.
key
null
String? get(String key) { return _uri.queryParameters[key]; }