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