Map<String, dynamic> toJson() { return { 'text': text, 'html': html, 'cc': cc, 'attachments': attachments.map((item) => item.toJson()).toList(), }; }