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