menu
sqlite_flutter_pcl package
documentation
models/isqlite_item_batch.dart
SQLiteItemBatch
hasItems method
hasItems method
dark_mode
light_mode
hasItems
method
bool
hasItems
(
)
Implementation
bool hasItems() { return newList.isNotEmpty || updateList.isNotEmpty; }
sqlite_flutter_pcl package
documentation
models/isqlite_item_batch
SQLiteItemBatch
hasItems method
SQLiteItemBatch class