EntityData class

Constructors

EntityData({required EntityId entityId, required Map<EntityKeyType, Map<String, TsValue>> latest, required Map<String, List<TsValue>> timeseries, required Map<int, ComparisonTsValue> aggLatest})
EntityData.fromJson(Map<String, dynamic> json)

Properties

aggLatest Map<int, ComparisonTsValue>
final
createdTime int?
no setter
entityId EntityId
final
hashCode int
The hash code for this object.
no setterinherited
latest Map<EntityKeyType, Map<String, TsValue>>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timeseries Map<String, List<TsValue>>
final

Methods

attribute(String name) String?
clientAttribute(String name) String?
field(String name) String?
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
serverAttribute(String name) String?
sharedAttribute(String name) String?
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited