Checks if the collection is not empty.
Returns true if the collection contains documents, otherwise false.
true
false
Future<bool> get isNotEmpty async => !(await isEmpty);