throwsRangeError top-level constant

const throwsRangeError = const Throws(isRangeError)

A matcher for functions that throw RangeError.

Implementation

const Matcher throwsRangeError =
    // ignore: deprecated_member_use
    Throws(isRangeError)