isConcurrentModificationError top-level constant Null safety
A matcher for ConcurrentModificationError
.
Implementation
const isConcurrentModificationError =
TypeMatcher<ConcurrentModificationError>();
A matcher for ConcurrentModificationError
.
const isConcurrentModificationError =
TypeMatcher<ConcurrentModificationError>();