isInstanceOf< T> function
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>();