GetHistoryCmd class

Inheritance

Constructors

GetHistoryCmd({int? cmdId, String? keys, required EntityType entityType, required String entityId, required int startTs, required int endTs, int interval = 1000, int? limit, Aggregation agg = Aggregation.NONE})

Properties

agg Aggregation
final
cmdId int?
getter/setter pairinherited
endTs int
final
entityId String
final
entityType EntityType
final
hashCode int
The hash code for this object.
no setterinherited
interval int
final
keys String?
finalinherited
limit int?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startTs int
final
type WsCmdType
getter/setter pairinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
override
toString() String
A string representation of this object.
inherited

Operators

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