menu
one_sec_mail package
documentation
model/attachment_details.dart
Attachment
Attachment constructor
Attachment constructor
dark_mode
light_mode
Attachment
constructor
Attachment
(
{
required
String
filename
,
required
String
contentType
,
required
int
size
,
})
Implementation
Attachment({ required this.filename, required this.contentType, required this.size, });
one_sec_mail package
documentation
model/attachment_details
Attachment
Attachment constructor
Attachment class