statement property Null safety
Return the statement with which the labels are being associated.
Implementation
Statement get statement;
@Deprecated('Clients should not build AST manually')
Set the statement with which the labels are being associated to the given statement.
Implementation
@Deprecated('Clients should not build AST manually')
set statement(Statement statement);