name property Null safety
Return the name of the member being declared.
Implementation
SimpleIdentifier get name;
@Deprecated('Clients should not build AST manually')
Set the name of the member being declared to the given identifier
.
Implementation
@Deprecated('Clients should not build AST manually')
set name(SimpleIdentifier identifier);