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