Triplet<T0, T1, T2> constructor
Triplet<T0, T1, T2> (
- T0? first,
- T1? second,
- T2? _third
Implementation
Triplet(super.first, super.second, this._third);