pages property

List<DataType> pages

All the pages that has been successfully fetched

Implementation

List<DataType> get pages =>
    state.pages.map((e) => e.data).whereType<DataType>().toList();