isKeyword method

bool isKeyword(
  1. String lexeme
)

Implementation

bool isKeyword(String lexeme) {
  return isKeywordLexeme(lexeme);
}