isPseudo property
bool
get
isPseudo
A flag indicating whether the keyword can be used as an identifier in some situations.
Implementation
bool get isPseudo => false;
A flag indicating whether the keyword can be used as an identifier in some situations.
bool get isPseudo => false;