OperationMessage constructor

const OperationMessage(
  1. String type, {
  2. dynamic payload,
  3. String? id,
})

Implementation

const OperationMessage(this.type, {this.payload, this.id});