IotInterchangeEvent class

IoT Interchange event

Annotations
  • @JsonSerializable(createToJson: false)

Constructors

IotInterchangeEvent({required int messageId, required int qos, required String topic, required String base64Payload, String? stringPayload})
Construct Iot Interchange event
const
IotInterchangeEvent.fromJson(Map<String, dynamic> json)
JSON to IotInterchangeEvent converter
factory

Properties

base64Payload String
Base64 encoded Payload
final
hashCode int
The hash code for this object.
no setterinherited
messageId int
Message ID
final
qos int
QoS
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stringPayload String?
String payload if UTF8 parsable
final
topic String
Arrived topic
final

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