isSome<A> function

Matcher isSome<A>([
  1. A? expected
])

Implementation

Matcher isSome<A>([A? expected]) => _IsSome(expected);