Checks if a parameter exists.
key - The key of the parameter to check.
key
Returns true if the parameter exists, otherwise returns false.
bool hasParam(String key) { return _params.fields.keys.contains(key); }