Quartet<T0, T1, T2, T3> constructor

Quartet<T0, T1, T2, T3>(
  1. T0? first,
  2. T1? second,
  3. T2? third,
  4. T3? _fourth,
)

Implementation

Quartet(super.first, super.second, super.third, this._fourth);