LocalStoreCollectionQuery class

Query for storing collection in LocalStore.

Annotations

Constructors

LocalStoreCollectionQuery({required String path, void callback(LocalStoreDocumentUpdate update)?, Object? origin, bool filter(DynamicMap update)?})
const

Properties

callback → (void Function(LocalStoreDocumentUpdate update)?)
Callback notified when a collection is updated.
final
filter → (bool Function(DynamicMap update)?)
Callback to filter the contents of the collection.
final
hashCode int
The hash code for this object.
no setterinherited
origin Object?
Collection object.
final
path String
Collection path.
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

Operators

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