Returns the value of a query parameter key from the string URL.
key
String? uriQuery(String key) => uri.queryParameters[key];