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