Message constructor

const Message(
  1. MessageType type,
  2. String documentId
)

Constructor

Implementation

const Message(this.type, this.documentId);