isNoSuchMethodError top-level constant

const isNoSuchMethodError = const TypeMatcher<NoSuchMethodError>()

A matcher for NoSuchMethodError.

Implementation

const isNoSuchMethodError = const TypeMatcher<NoSuchMethodError>()