throwsRangeError top-level constant Null safety
A matcher for functions that throw RangeError.
See throwsA for objects that this can be matched against.
Implementation
const Matcher throwsRangeError = Throws(isRangeError);
A matcher for functions that throw RangeError.
See throwsA for objects that this can be matched against.
const Matcher throwsRangeError = Throws(isRangeError);