isModifier property Null safety
final
true
if this token type represents a modifier
such as abstract
or const
.
Implementation
final bool isModifier;
true
if this token type represents a modifier
such as abstract
or const
.
final bool isModifier;