variables property Null safety
Return the top-level variables being declared.
Implementation
VariableDeclarationList get variables;
@Deprecated('Clients should not build AST manually')
Set the top-level variables being declared to the given list of
variables
.
Implementation
@Deprecated('Clients should not build AST manually')
set variables(VariableDeclarationList variables);