isNotEmpty method

Future<bool> isNotEmpty()

Returns true if there are objects that match this query.

This operation is faster than using count() > 0.

Implementation

Future<bool> isNotEmpty() => build().isNotEmpty();