menu
flowdb package
documentation
core.dart
Collection
isEmpty property
isEmpty property
dark_mode
light_mode
isEmpty
property
Future
<
bool
>
get
isEmpty
Implementation
Future<bool> get isEmpty async => (await getAll()).isEmpty;
flowdb package
documentation
core
Collection
isEmpty property
Collection class