isPseudo property Null safety
override
A flag indicating whether the keyword can be used as an identifier in some situations.
Implementation
@override
bool get isPseudo => keywordStyle == KeywordStyle.pseudo;
A flag indicating whether the keyword can be used as an identifier in some situations.
@override
bool get isPseudo => keywordStyle == KeywordStyle.pseudo;