superclassConstraints property

  1. @override
List<NamedDartType> get superclassConstraints
override

The mixin constraints of the mixin.

this represents the on clause of the mixin declaration.

Implementation

@override
List<NamedDartType> get superclassConstraints => _superConstrains;