PaginatedList<T extends StoreListItem> class

Annotations

Constructors

PaginatedList({required StoreList<T> items, required bool isAllItemsLoaded})
const
PaginatedList.empty()
PaginatedList.withTotalCount({required StoreList<T> items, required int totalCount})

Properties

hashCode int
The hash code for this object.
no setteroverride
isAllItemsLoaded bool
final
items StoreList<T>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
update({StoreList<T>? items, bool? isAllItemsLoaded}) PaginatedList<T>

Operators

operator ==(Object other) bool
The equality operator.
override