Checks whether method is a valid method or not.
method
bool isMethod(String method) { return _methodRegex.hasMatch(method); }