MessageEvent constructor

MessageEvent(
  1. String type,
  2. String data,
  3. String? id
)

Creates the message with the provided values.

Implementation

MessageEvent(this.type, this.data, this.id);