isKeyword property
bool
get
isKeyword
True if this token is a keyword. Some keywords allowed as identifiers,
see implementation in KeywordToken
.
Implementation
bool get isKeyword;
True if this token is a keyword. Some keywords allowed as identifiers,
see implementation in KeywordToken
.
bool get isKeyword;