OnMessageEvent constructor

OnMessageEvent({
  1. int? type,
  2. String? clientAddr,
  3. int? subClientID,
  4. List<String>? destinations,
  5. String? src,
  6. Uint8List? messageId,
  7. int? messageType,
  8. bool? encrypted,
  9. int? dataSize,
  10. bool? noReply,
  11. String? error,
  12. int? timestamp,
})

Implementation

OnMessageEvent({
  this.type,
  this.clientAddr,
  this.subClientID,
  this.destinations,
  this.src,
  this.messageId,
  this.messageType,
  this.encrypted,
  this.dataSize,
  this.noReply,
  this.error,
  this.timestamp,
});