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