PaginatedListSnapshotExt<T> extension
PaginatedList snapshot extensions
- on
Properties
- hasPageError → bool
-
Available on AsyncSnapshot<
Is the data an errorPaginatedList< , provided by the PaginatedListSnapshotExt extensionT> >no setter - isInitialLoading → bool
-
Available on AsyncSnapshot<
Is this the initial loading of the snapshot dataPaginatedList< , provided by the PaginatedListSnapshotExt extensionT> >no setter - isLoading → bool
-
Available on AsyncSnapshot<
Is the data loadingPaginatedList< , provided by the PaginatedListSnapshotExt extensionT> >no setter - isNextPageLoading → bool
-
Available on AsyncSnapshot<
Is the next page loadingPaginatedList< , provided by the PaginatedListSnapshotExt extensionT> >no setter - itemCount → int
-
Available on AsyncSnapshot<
Returns the number of items from the snapshot, assuming the data exists.PaginatedList< , provided by the PaginatedListSnapshotExt extensionT> >no setter - pageNumber → int
-
Available on AsyncSnapshot<
Returns the current page number, assuming the data exists.PaginatedList< , provided by the PaginatedListSnapshotExt extensionT> >no setter
Methods
-
getItem(
int index) → T? -
Available on AsyncSnapshot<
Returns the element of the snapshot or null (if element outside range), assuming the snapshot data exists.PaginatedList< , provided by the PaginatedListSnapshotExt extensionT> >