isA abstract method

bool isA(
  1. HTType? other
)

Check wether value of this HTType can be assigned to other HTType.

Implementation

bool isA(HTType? other);