isCastError top-level constant

  1. @Deprecated('CastError has been deprecated in favor of TypeError. ')
TypeMatcher<TypeError> const isCastError

A matcher for TypeError.

Implementation

@Deprecated('CastError has been deprecated in favor of TypeError. ')
const isCastError = TypeMatcher<TypeError>();