DynamicEntityChangedInfo class final

Describes changes to a DynamicEntity sent by DynamicEntity.onDynamicEntityChanged.

An object of this type is sent as an argument to the DynamicEntity.onDynamicEntityChanged. This event is raised whenever observations associated with an existing dynamic entity are received from the data source or purged from the local data cache.

If the last observation has been purged from the local data cache, the DynamicEntityChangedInfo.dynamicEntityPurged property is set to true. This indicates that the dynamic entity has been purged and will receive no more associated observations from the data source.

Implemented types

Properties

dynamicEntityPurged bool
Indicates whether the DynamicEntity itself has been purged.
no setter
hashCode int
The hash code for this object.
no setterinherited
purgedObservation DynamicEntityObservation?
The purged DynamicEntityObservation.
no setter
receivedObservation DynamicEntityObservation?
The newly received DynamicEntityObservation.
no setter
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