QuotedMessageSnapshot constructor
QuotedMessageSnapshot({
- List<
Annotation> ? annotations, - List<
Attachment> ? attachments, - String? formattedText,
- String? sender,
- String? text,
Implementation
QuotedMessageSnapshot({
this.annotations,
this.attachments,
this.formattedText,
this.sender,
this.text,
});