CellKey2<T1, T2> constructor

CellKey2<T1, T2>(
  1. T1 value1,
  2. T2 value2
)

Implementation

CellKey2(this.value1, this.value2);