superclass property
Return the name of the superclass of the class being declared.
Implementation
@Deprecated('Use superclass2 instead')
TypeName get superclass;
Return the name of the superclass of the class being declared.
@Deprecated('Use superclass2 instead')
TypeName get superclass;