menu
yuka package
documentation
partitioning/cell.dart
Cell
makeEmpty method
makeEmpty method
dark_mode
light_mode
makeEmpty
method
Cell
makeEmpty
(
)
Removes all entries from this cell.
Implementation
Cell makeEmpty() { entries.length = 0; return this; }
yuka package
documentation
partitioning/cell
Cell
makeEmpty method
Cell class