externalKeyword property Null safety
Return the token for the 'external' keyword to the given token
.
Implementation
Token? get externalKeyword;
@Deprecated('Clients should not build AST manually')
Set the token for the 'external' keyword, or null
if the constructor
is not external.
Implementation
@Deprecated('Clients should not build AST manually')
set externalKeyword(Token? token);