Either<L, R> constructor

Either<L, R>(
  1. L? _l,
  2. R? _r
)

Implementation

Either(this._l, this._r);