CellKey4<T1, T2, T3, T4> constructor

CellKey4<T1, T2, T3, T4>(
  1. T1 value1,
  2. T2 value2,
  3. T3 value3,
  4. T4 value4,
)

Implementation

CellKey4(this.value1, this.value2, this.value3, this.value4);