superclassConstraints property
Return the list of the classes are superclass constraints for the mixin.
Implementation
@Deprecated('Use superclassConstraints2 instead')
NodeList<TypeName> get superclassConstraints;
Return the list of the classes are superclass constraints for the mixin.
@Deprecated('Use superclassConstraints2 instead')
NodeList<TypeName> get superclassConstraints;