Gets a query parameter as string.
String? queryString(String key, {String? defaultValue}) => _metadata.queryString(key, defaultValue: defaultValue);