menu
flint_dart package
documentation
mail.dart
MailAttachment
MailAttachment.new const constructor
MailAttachment.new const constructor
dark_mode
light_mode
MailAttachment
constructor
const
MailAttachment
(
{
required
String
filePath
,
String
?
fileName
,
String
?
contentType
,
})
Implementation
const MailAttachment({ required this.filePath, this.fileName, this.contentType, });
flint_dart package
documentation
mail
MailAttachment
MailAttachment.new const constructor
MailAttachment class