Message constructor

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

Constructor

Implementation

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