isRight<A, B> function

Matcher isRight<A, B>([
  1. B? expected
])

Implementation

Matcher isRight<A, B>([B? expected]) => _IsRight<A, B>(expected);