MapMessage constructor

MapMessage(
  1. String type,
  2. SimpleMessage message
)

Implementation

MapMessage(this.type, this.message) : super(message.key, message.raw);