isSupertypeOf method

Boolean isSupertypeOf(
  1. KType other
)

Returns true if this type is the same or is a supertype of other, false otherwise.

Implementation

Boolean isSupertypeOf(KType other) => throw NotImplementedError();