Returns true if this type is the same or is a subtype of other, false otherwise.
true
this
other
false
Boolean isSubtypeOf(KType other) => throw NotImplementedError();