CollectionController<Item> class abstract

Implementers

Constructors

CollectionController()

Properties

hashCode int
The hash code for this object.
no setterinherited
params Map<String, String>
final
query Map<String, List<String>>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stream Stream<PropertyState<CollectionStateModel<Item>>>
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