isInstanceOf<T> function

Matcher isInstanceOf <T>()

A matcher that compares the type of the actual value to the type argument T.

Implementation

// TODO(ianh): Remove this once https://github.com/dart-lang/matcher/issues/98 is fixed
Matcher isInstanceOf<T>() => test_package.TypeMatcher<T>();