DynamicEntityQueryResult class final
The result of a query performed on a DynamicEntityDataSource.
A query performed on a DynamicEntityDataSource will return an object of this type. The query result allows you to iterate over the dynamic entities that satisfy the query.
Due to the real-time nature of dynamic entities in the result, individual entities may receive new observations, have existing observations purged, or be entirely purged before the application can use them. Use DynamicEntity.getLatestObservation to verify the current state of an entity before using it.
- Implemented types
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
dynamicEntities(
) → Iterable< DynamicEntity> - A dynamic entity iterator that allows you to iterate over the query results.
-
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