isEmpty property

bool get isEmpty

Returns true if this result set is empty.

Implementation

bool get isEmpty => items.isEmpty;