throwsArgumentError top-level constant
A matcher for functions that throw ArgumentError.
Implementation
const Matcher throwsArgumentError =
// ignore: deprecated_member_use
Throws(isArgumentError)
A matcher for functions that throw ArgumentError.
const Matcher throwsArgumentError =
// ignore: deprecated_member_use
Throws(isArgumentError)