throwsConcurrentModificationError top-level constant

const throwsConcurrentModificationError = const Throws(isConcurrentModificationError)

A matcher for functions that throw ConcurrentModificationError.

Implementation

const Matcher throwsConcurrentModificationError =
    // ignore: deprecated_member_use
    Throws(isConcurrentModificationError)