menu
flutter_editable_table package
documentation
entities/cell_entity.dart
CellEntity
copy method
copy method
dark_mode
light_mode
copy
method
CellEntity
copy
(
)
Implementation
CellEntity copy() { return CellEntity( value: value, columnInfo: columnInfo, ); }
flutter_editable_table package
documentation
entities/cell_entity
CellEntity
copy method
CellEntity class