menu
artisanal package
documentation
tui.dart
TableModel
getRows method
getRows method
dark_mode
light_mode
getRows
method
List
<
Row
>
getRows
(
)
Returns the rows (parity with bubbles).
Implementation
List<Row> getRows() => _rows;
artisanal package
documentation
tui
TableModel
getRows method
TableModel class