BaseCollection class

Inheritance

Constructors

BaseCollection()

Properties

hashCode int
The hash code for this object.
no setterinherited
id String?
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

change(CollectionChangeType type, Model? model) Future<void>
inherited
checkIfExceedsLimit() Future<void>
inherited
clear() Future<void>
inherited
getId() String
inherited
getIndexes() List<String>
inherited
getLength() int
inherited
getLimit() int?
inherited
getModel(String modelId) Future<Model?>
inherited
getModels() Future<List<Model>>
inherited
getModelType() Type
inherited
getModelWithoutFallback(String modelId) Future<Model?>
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onChanged(CollectionChangeType type, Model? model) Future<void>
inherited
onModelNotFound(String id) Future<Model?>
inherited
onSort(List<Model> models) Future<List<Model>>
inherited
registerCollectionBuilderListener(String id, dynamic callback()) → void
inherited
registerControllerListener(String controllerId) → void
inherited
removeCollectionBuilderListener(String id) → void
inherited
removeModel(String modelId) Future<void>
inherited
saveModel(Model model) Future<Model>
inherited
saveModels(List<Model> models) Future<void>
inherited
setup() Future<void>
inherited
syncAll() Future<void>
inherited
syncAllWithoutValidation() Future<void>
inherited
syncModel(Model model) Future<void>
inherited
syncModelWithoutValidation(Model model) Future<void>
inherited
toString() String
A string representation of this object.
inherited
where(String key, dynamic value) Future<List<Model>>
inherited

Operators

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