SubscriptionUpdate class

Inheritance

Constructors

SubscriptionUpdate.fromJson(Map<String, dynamic> json)

Properties

data Map<String, List<TsValue>>
finalinherited
errorCode int?
final
errorMsg String?
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subscriptionId int
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
prepareData(List<String>? keys) → void
toString() String
A string representation of this object.
override
updateAttributeData(List<AttributeData> origData) List<AttributeData>

Operators

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