covariantKeyword property
Token?
get
covariantKeyword
inherited
The 'covariant' keyword, or null
if the keyword was not used.
Implementation
Token? get covariantKeyword;
Set the token for the 'covariant' keyword to the given token
.
Implementation
@Deprecated('Clients should not build AST manually')
set covariantKeyword(Token? token);