MessageDetails constructor
MessageDetails({})
Implementation
MessageDetails({
required this.id,
required this.from,
required this.subject,
required this.date,
required this.attachments,
required this.body,
required this.textBody,
required this.htmlBody,
});