PageLoadedState constructor

PageLoadedState(
  1. int page,
  2. List fullData,
  3. bool hasMore
)

Implementation

PageLoadedState(this.page, this.fullData, this.hasMore) : super();