DynamicEntityInfo class final

Provides details about a DynamicEntity that has been sent by DynamicEntityDataSource.onDynamicEntityReceived or DynamicEntityDataSource.onDynamicEntityPurged.

An object of this type is sent as an argument to the following DynamicEntityDataSource events:

Implemented types

Properties

dynamicEntity → DynamicEntity
The DynamicEntity that has been received from the data source or purged from the local data cache.
no setter
hashCode → int
The hash code for this object.
no setterinherited
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