isTypeOf<ThisType, OfType> function

bool isTypeOf<ThisType, OfType>()

Implementation

bool isTypeOf<ThisType, OfType>() => _Instance<ThisType>() is _Instance<OfType>;