isInvalid<E, A> function

Matcher isInvalid<E, A>([
  1. E? expected
])

Implementation

Matcher isInvalid<E, A>([E? expected]) => _IsInvalid<E, A>(expected);