ListenResult class Data Types

A new result from a Thread update listener

Constructors

ListenResult(String collectionName, String instanceID, String action, Map<String, dynamic> instance)
Internal method
ListenResult.fromJson(Map<String, dynamic> values)
Internal method

Properties

action ↔ String
The update action name
read / write
collectionName ↔ String
The name of the collection updated
read / write
instance ↔ Map<String, dynamic>
The new value of the instance if any
read / write
instanceID ↔ String
The name of the instanceID updated
read / write
hashCode → int
The hash code for this object. [...]
read-only, inherited
runtimeType → Type
A representation of the runtime type of the object.
read-only, inherited

Methods

toJson() → Map<String, dynamic>
Convert the result object to JSON
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() → String
Returns a string representation of this object.
inherited

Operators

operator ==(dynamic other) → bool
The equality operator. [...]
inherited