Message constructor

Message(
  1. MessageType type,
  2. String text
)

Implementation

Message(this.type, this.text);