isInstanceOf<T> function

TypeMatcher<T> isInstanceOf<T>()

Implementation

test_package.TypeMatcher<T> isInstanceOf<T>() => isA<T>();