Either2<T1, T2>.t2 constructor

Either2<T1, T2>.t2(
  1. T2 _t2
)

Implementation

Either2.t2(T2 this._t2)
    : _t1 = null,
      _which = 2;