name property Null safety
Return the name of the declared variable whose value is being used in the condition.
Implementation
DottedName get name;
@Deprecated('Clients should not build AST manually')
Set the name of the declared variable whose value is being used in the condition to the given name.
Implementation
@Deprecated('Clients should not build AST manually')
set name(DottedName name);