Either2<T1, T2>.t1 constructor

Either2<T1, T2>.t1(
  1. T1 _t1
)

Implementation

Either2.t1(T1 this._t1)
    : _t2 = null,
      _which = 1;