abstractKeyword property Null safety
Return the token for the 'abstract' keyword, or null
if this is not
defining an abstract class.
Implementation
Token? get abstractKeyword;
Return the token for the 'abstract' keyword, or null
if this is not
defining an abstract class.
Token? get abstractKeyword;