DefaultInfiniteListState<T> class

Inheritance

Constructors

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

Properties

hashCode int
The hash code for this object.
no setterinherited
hasNext bool
no setterinherited
infList InfiniteList<T>
finalinherited
isEmpty bool
no setterinherited
isFetchNotNeeded bool
no setterinherited
isInitialLoading bool
no setterinherited
isLoading bool
no setterinherited
isNotEmpty bool
no setterinherited
isReady bool
no setterinherited
itemCount int
no setterinherited
itemCountIncludeNotFetched int?
no setterinherited
itemCountWithLoading int
no setterinherited
items List<T>
no setterinherited
loadingIndicatorIdx int
no setterinherited
props List<Object?>
The list of properties that will be used to determine whether two instances are equal.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status InfiniteListStatus
no setterinherited
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}) DefaultInfiniteListState<T>
override
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
inherited