canLoadMore property

bool canLoadMore

Implementation

bool get canLoadMore => total == null || (data?.length ?? 0) < total!;