isEmpty property

Future<bool> get isEmpty

Implementation

Future<bool> get isEmpty async => (await getAll()).isEmpty;