Yields true if there are no objects that match the query.
true
This operation is faster than using count() == 0.
count() == 0
Future<bool> isEmptyAsync() => databaseUniverse.readAsync((databaseUniverse) => isEmpty());