QuoteModel constructor

QuoteModel(
  1. String msgId,
  2. String msgType,
  3. String preview,
  4. String sender,
)

Implementation

QuoteModel(
  this.msgId,
  this.msgType,
  this.preview,
  this.sender,
);