throwsCyclicInitializationError top-level constant Null safety

Matcher const throwsCyclicInitializationError

A matcher for functions that throw CyclicInitializationError.

See throwsA for objects that this can be matched against.

Implementation

const Matcher throwsCyclicInitializationError =
    Throws(isCyclicInitializationError);