superclassConstraints property
The mixin constraints of the mixin.
this represents the on clause of the mixin declaration.
Implementation
@override
List<NamedDartType> get superclassConstraints => _superConstrains;
The mixin constraints of the mixin.
this represents the on clause of the mixin declaration.
@override
List<NamedDartType> get superclassConstraints => _superConstrains;