isEmpty property

bool get isEmpty

Indicator whether this Pagination is empty.

Implementation

bool get isEmpty => items.isEmpty && hasNext.isTrue && hasPrevious.isTrue;