Returns a single query parameter value by key, or null if absent.
key
null
static String? urlParameter(String key) => urlParameters[key];