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