Message constructor
const
Message(
- MessageTypeValue type,
- String documentId
Constructor
Implementation
const Message(
this.type,
this.documentId,
);
Constructor
const Message(
this.type,
this.documentId,
);