SimpleSendEmailOptions constructor
Returns a new SimpleSendEmailOptions instance.
Implementation
SimpleSendEmailOptions({
this.senderId,
required this.to,
this.body,
this.subject,
});
Returns a new SimpleSendEmailOptions instance.
SimpleSendEmailOptions({
this.senderId,
required this.to,
this.body,
this.subject,
});