extendsKeyword property Null safety
Return the token representing the 'extends' keyword.
Implementation
Token get extendsKeyword;
@Deprecated('Clients should not build AST manually')
Set the token representing the 'extends' keyword to the given token
.
Implementation
@Deprecated('Clients should not build AST manually')
set extendsKeyword(Token token);