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