MessageCreateOptions constructor
const
MessageCreateOptions({})
Implementation
const MessageCreateOptions({
this.to = '',
this.cc = '',
this.from = '',
this.send = false,
this.subject = '',
this.text = '',
this.html = '',
this.attachments = const [],
});