isArgumentError top-level constant Null safety

TypeMatcher<ArgumentError> const isArgumentError

A matcher for ArgumentError.

Implementation

const isArgumentError = TypeMatcher<ArgumentError>();