@override String? getFallback(dynamic content) { if (content is AttachmentContent) { return '[Attachment: ${content.filename}]'; } return null; }