Quartet<T0, T1, T2, T3> constructor
Quartet<T0, T1, T2, T3> (
- T0? first,
- T1? second,
- T2? third,
- T3? _fourth,
Implementation
Quartet(super.first, super.second, super.third, this._fourth);