ListenResponse class

The response for Firestore.Listen.

Constructors

ListenResponse({DocumentChange? documentChange, DocumentDelete? documentDelete, DocumentRemove? documentRemove, ExistenceFilter? filter, TargetChange? targetChange})
ListenResponse.fromJson(Map _json)

Properties

documentChange DocumentChange?
A Document has changed.
getter/setter pair
documentDelete DocumentDelete?
A Document has been deleted.
getter/setter pair
documentRemove DocumentRemove?
A Document has been removed from a target (because it is no longer relevant to that target).
getter/setter pair
filter ExistenceFilter?
A filter to apply to the set of documents previously returned for the given target.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
targetChange TargetChange?
Targets have changed.
getter/setter pair

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