throwsArgumentError top-level constant Null safety
A matcher for functions that throw ArgumentError.
Implementation
const Matcher throwsArgumentError = Throws(isArgumentError)
A matcher for functions that throw ArgumentError.
const Matcher throwsArgumentError = Throws(isArgumentError)