supertype property

  1. @Deprecated('Use InterfaceElement.supertype instead')
InterfaceType? get supertype

The superclass declared by this fragment.

Implementation

@Deprecated('Use InterfaceElement.supertype instead')
InterfaceType? get supertype;