isNullThrownError top-level constant
- @Deprecated('NullThrownError is deprecated and will be removed in Dart 3. ' 'Use `isA<TypeError>()` instead.')
A matcher for TypeError.
Implementation
@Deprecated('NullThrownError is deprecated and will be removed in Dart 3. '
'Use `isA<TypeError>()` instead.')
const isNullThrownError = TypeMatcher<TypeError>();