ioErrored function

Matcher ioErrored([
  1. Object? matcher
])

Implementation

Matcher ioErrored([Object? matcher]) =>
    _Errored(matcher ?? isA<RuntimeException>());