SmartPaginationLoaded<T> constructor
SmartPaginationLoaded<T> ({})
Implementation
SmartPaginationLoaded({
required this.items,
required this.allItems,
required this.meta,
required this.hasReachedEnd,
DateTime? lastUpdate,
this.isLoadingMore = false,
this.loadMoreError,
this.fetchedAt,
this.dataExpiredAt,
this.activeOrderId,
}) : lastUpdate = lastUpdate ?? DateTime.now();