isConcurrentModificationError top-level constant Null safety

TypeMatcher<ConcurrentModificationError> const isConcurrentModificationError

A matcher for ConcurrentModificationError.

Implementation

const isConcurrentModificationError =
    TypeMatcher<ConcurrentModificationError>();