Email constructor
const
Email({})
Implementation
const Email({
this.subject = '',
this.recipients = const [],
this.cc = const [],
this.bcc = const [],
this.body = '',
this.attachmentPath,
});
const Email({
this.subject = '',
this.recipients = const [],
this.cc = const [],
this.bcc = const [],
this.body = '',
this.attachmentPath,
});