hasSuperType property

bool hasSuperType

Returns true if this type has a super type.

Implementation

bool get hasSuperType => superType != null;