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:

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