isEmpty property
Indicator whether this Pagination is empty.
Implementation
bool get isEmpty => items.isEmpty && hasNext.isTrue && hasPrevious.isTrue;
Indicator whether this Pagination is empty.
bool get isEmpty => items.isEmpty && hasNext.isTrue && hasPrevious.isTrue;