abstractKeyword property Null safety
Return the 'abstract' keyword, or null
if the keyword was absent.
In valid code only ClassDeclaration can specify it.
Implementation
Token? get abstractKeyword;
Return the 'abstract' keyword, or null
if the keyword was absent.
In valid code only ClassDeclaration can specify it.
Token? get abstractKeyword;