isNoSuchMethodError top-level constant Null safety
A matcher for NoSuchMethodError.
Implementation
const isNoSuchMethodError = TypeMatcher<NoSuchMethodError>();
A matcher for NoSuchMethodError.
const isNoSuchMethodError = TypeMatcher<NoSuchMethodError>();