MessageEvent constructor

MessageEvent({
  1. String? compressedSizeBytes,
  2. String? id,
  3. String? type,
  4. String? uncompressedSizeBytes,
})

Implementation

MessageEvent({
  this.compressedSizeBytes,
  this.id,
  this.type,
  this.uncompressedSizeBytes,
});