menu
vania package
documentation
mail.dart
Envelope
Envelope.new constructor
Envelope.new constructor
dark_mode
light_mode
Envelope
constructor
Envelope
(
{
Address
?
from
,
required
List
<
Address
>
to
,
required
String
subject
,
List
?
cc
,
List
?
bcc
,
})
Implementation
Envelope({ this.from, required this.to, required this.subject, this.cc, this.bcc, });
vania package
documentation
mail
Envelope
Envelope.new constructor
Envelope class