CarpenterCollectionReady<T> constructor
const
CarpenterCollectionReady<T> ({})
Implementation
const CarpenterCollectionReady({
required this.items,
this.refreshing = false,
this.hasNextPage = false,
this.page = 1,
this.totalPages = 1,
this.totalItems,
});