CollectionController<Item> class abstract

Implementers

Constructors

CollectionController(Collection<Item> collection)

Properties

collection Collection<Item>
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stream Stream<PropertyState<CollectionStateModel>>
no setter

Methods

dispose() → void
invalidate() Future<void>
Invalidates caches and implies that data should be re-fetched while trying to keep the current collection state (f.e. page offset and size in PagedCollectionController).
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