InfiniteListState<T, R> class abstract

Implementers

Constructors

InfiniteListState({required InfiniteList<T> infList})
const
InfiniteListState.empty()

Properties

hashCode int
The hash code for this object.
no setterinherited
hasNext bool
no setter
infList InfiniteList<T>
final
isEmpty bool
no setter
isFetchNotNeeded bool
no setter
isInitialLoading bool
no setter
isLoading bool
no setter
isNotEmpty bool
no setter
isReady bool
no setter
itemCount int
no setter
itemCountIncludeNotFetched int?
no setter
itemCountWithLoading int
no setter
items List<T>
no setter
loadingIndicatorIdx int
no setter
props List<Object?>
The list of properties that will be used to determine whether two instances are equal.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status InfiniteListStatus
no setter
stringify bool?
If set to true, the toString method will be overridden to output this instance's props.
no setterinherited

Methods

copyWith({InfiniteList<T>? infList}) → R
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited
operator [](int index) → T