LocalStoreDocumentUpdate class

Class for notification of document updates.

Annotations

Constructors

LocalStoreDocumentUpdate({required String path, required String id, required LocalStoreDocumentUpdateStatus status, required DynamicMap value, Object? origin})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
id String
Document id.
final
origin Object?
Document object.
final
path String
Document path.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status LocalStoreDocumentUpdateStatus
Update Status.
final
value DynamicMap
Updated contents.
final

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