isSubtypeOf method

Boolean isSubtypeOf(
  1. KType other
)

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

Implementation

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