hasPagination property

bool get hasPagination

Implementation

bool get hasPagination => (widget.model?.pagination?.totalPages ?? 0) > 1;