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