DocumentRemove class

A Document has been removed from the view of the targets.

Sent if the document is no longer relevant to a target and is out of view. Can be sent instead of a DocumentDelete or a DocumentChange if the server can not send the new value of the document. Multiple DocumentRemove messages may be returned for the same logical write or delete, if multiple targets are affected.

Constructors

DocumentRemove({String? document, String? readTime, List<int>? removedTargetIds})
DocumentRemove.fromJson(Map _json)

Properties

document String?
The resource name of the Document that has gone out of view.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
readTime String?
The read timestamp at which the remove was observed.
getter/setter pair
removedTargetIds List<int>?
A set of target IDs for targets that previously matched this document.
getter/setter pair
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
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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