CellKey5<T1, T2, T3, T4, T5> constructor

CellKey5<T1, T2, T3, T4, T5>(
  1. T1 value1,
  2. T2 value2,
  3. T3 value3,
  4. T4 value4,
  5. T5 value5,
)

Implementation

CellKey5(this.value1, this.value2, this.value3, this.value4, this.value5);