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:

  • [DynamicEntityDataSource.onDynamicEntityReceived]: raised by the data source when a new dynamic entity is created in response to a received observation with a track ID that has not yet been encountered in this session.
  • [DynamicEntityDataSource.onDynamicEntityPurged]: raised by the data source when all observations associated with a dynamic entity have been purged from the local data cache.
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