Checks of this return options has the specified parameter
parameter
bool hasParameter(String parameter) => parameters?.contains(parameter) ?? false;