menu
smtp_service package
documentation
attachment.dart
Attachment
Attachment.new const constructor
Attachment.new const constructor
dark_mode
light_mode
Attachment
constructor
const
Attachment
(
String
fileName
,
List
<
int
>
bytes
, {
String
?
contentType
,
})
Implementation
const Attachment(this.fileName, this.bytes, {this.contentType});
smtp_service package
documentation
attachment
Attachment
Attachment.new const constructor
Attachment class