isEmpty property

Future<bool> get isEmpty

Implementation

Future<bool> get isEmpty async => (await count())! > 0;