isSupertypeOf abstract method

bool isSupertypeOf(
  1. DartType type
)

Returns true if representing a super type of staticType.

This only takes into account the extends hierarchy. If you wish to check mixins and interfaces, use isAssignableFromType.

Implementation

bool isSupertypeOf(DartType type);