Checks if the collection is empty. Returns true if the collection has no documents, otherwise false.
true
false
Future<bool> get isEmpty async => (await getCount()) == 0;