MessageReplyOptions constructor

const MessageReplyOptions({
  1. String text = '',
  2. String html = '',
  3. String cc = '',
  4. List<Attachment> attachments = const [],
})

Implementation

const MessageReplyOptions({
  this.text = '',
  this.html = '',
  this.cc = '',
  this.attachments = const [],
});