CellKey5<T1, T2, T3, T4, T5> constructor
CellKey5<T1, T2, T3, T4, T5> (
- T1 value1,
- T2 value2,
- T3 value3,
- T4 value4,
- T5 value5,
Implementation
CellKey5(this.value1, this.value2, this.value3, this.value4, this.value5);