superclass property Null safety
Return the name of the class that is being extended.
Implementation
TypeName get superclass;
@Deprecated('Clients should not build AST manually')
Set the name of the class that is being extended to the given name
.
Implementation
@Deprecated('Clients should not build AST manually')
set superclass(TypeName name);