QuotedMessageSnapshot constructor

QuotedMessageSnapshot({
  1. List<Annotation>? annotations,
  2. List<Attachment>? attachments,
  3. String? formattedText,
  4. String? sender,
  5. String? text,
})

Implementation

QuotedMessageSnapshot({
  this.annotations,
  this.attachments,
  this.formattedText,
  this.sender,
  this.text,
});