extendsKeyword property Null safety
Return the token representing the 'extends' keyword, or null
if there is
no explicit upper bound.
Implementation
Token? get extendsKeyword;
Return the token representing the 'extends' keyword, or null
if there is
no explicit upper bound.
Token? get extendsKeyword;