throwsConcurrentModificationError top-level constant
A matcher for functions that throw ConcurrentModificationError.
Implementation
const Matcher throwsConcurrentModificationError =
// ignore: deprecated_member_use
Throws(isConcurrentModificationError)