isTypeOf method

bool isTypeOf(
  1. Object? object
)

Implementation

bool isTypeOf(Object? object) => object is V;