Triplet<T0, T1, T2> constructor

Triplet<T0, T1, T2>(
  1. T0? first,
  2. T1? second,
  3. T2? _third
)

Implementation

Triplet(super.first, super.second, this._third);