isNullThrownError top-level constant

  1. @Deprecated('NullThrownError is deprecated and will be removed in Dart 3. ' 'Use `isA<TypeError>()` instead.')
TypeMatcher<TypeError> const isNullThrownError

A matcher for TypeError.

Implementation

@Deprecated(
  'NullThrownError is deprecated and will be removed in Dart 3. '
  'Use `isA<TypeError>()` instead.',
)
const isNullThrownError = TypeMatcher<TypeError>();