menu
live_cells_core package
documentation
live_cells_internals.dart
CellKey2<T1, T2>
CellKey2 constructor
CellKey2 constructor
dark_mode
light_mode
CellKey2<
T1
,
T2
>
constructor
CellKey2<
T1
,
T2
>
(
T1
value1
,
T2
value2
)
Implementation
CellKey2(this.value1, this.value2);
live_cells_core package
documentation
live_cells_internals
CellKey2<T1, T2>
CellKey2 constructor
CellKey2 class