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