isTypeOf method

bool isTypeOf(
  1. Object? value
)

Implementation

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