semicolon property Null safety
Return the token representing the semicolon that marks the end of the function body.
Implementation
Token get semicolon;
@Deprecated('Clients should not build AST manually')
Set the token representing the semicolon that marks the end of the
function body to the given token
.
Implementation
@Deprecated('Clients should not build AST manually')
set semicolon(Token token);