modifierKeyword property Null safety
Return the token representing the 'abstract' or 'static' keyword, or
null
if neither modifier was specified.
Implementation
Token? get modifierKeyword;
Return the token representing the 'abstract' or 'static' keyword, or
null
if neither modifier was specified.
Token? get modifierKeyword;