DynamicEntityObservationInfo class final
Provides details about a DynamicEntityObservation that has been received from the data source or purged from the local data cache.
An object of this type is sent as an argument to the following DynamicEntityDataSource events:
- DynamicEntityDataSource.onDynamicEntityObservationReceived: raised by the data source when a new dynamic entity observation is received.
- DynamicEntityDataSource.onDynamicEntityObservationPurged: raised by the data source when an observation is purged from local data cache due to a limit defined by DynamicEntityDataSource.purgeOptions.
- Implemented types
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- observation → DynamicEntityObservation
-
The DynamicEntityObservation that has been received from the data source
or purged from the local data cache.
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