PagingHelper constructor
PagingHelper({})
Implementation
PagingHelper(
{this.hasNext = false,
this.loadNext = false,
this.nextUrl,
this.page = 1,
this.error,
this.totalPages,
this.loader = const Center(child: CircularProgressIndicator())});