covariantKeyword property

Token? get covariantKeyword
inherited

The 'covariant' keyword, or null if the keyword was not used.

Implementation

Token? get covariantKeyword;
  1. @Deprecated('Clients should not build AST manually')
set covariantKeyword (Token? token)

Set the token for the 'covariant' keyword to the given token.

Implementation

@Deprecated('Clients should not build AST manually')
set covariantKeyword(Token? token);