MessageReplyOptions constructor
const
MessageReplyOptions({
- String text = '',
- String html = '',
- String cc = '',
- List<
Attachment> attachments = const [],
Implementation
const MessageReplyOptions({
this.text = '',
this.html = '',
this.cc = '',
this.attachments = const [],
});