menu
just_database package
documentation
just_database.dart
JustDatabase
totalRows property
totalRows property
dark_mode
light_mode
totalRows
property
int
get
totalRows
Implementation
int get totalRows => _tables.values.fold(0, (s, t) => s + t.rowCount);
just_database package
documentation
just_database
JustDatabase
totalRows property
JustDatabase class