menu
fml package
documentation
widgets/table/table_model.dart
TableModel
rows property
rows property
dark_mode
light_mode
rows
property
HashMap
<
int
,
TableRowModel
>
rows
final
Implementation
final HashMap<int, TableRowModel> rows = HashMap<int, TableRowModel>();
fml package
documentation
widgets/table/table_model
TableModel
rows property
TableModel class