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