isCastError top-level constant
- @Deprecated('CastError has been deprecated in favor of TypeError. ')
A matcher for TypeError.
Implementation
@Deprecated('CastError has been deprecated in favor of TypeError. ')
const isCastError = TypeMatcher<TypeError>();