Map<String, dynamic> toJson() => { 'sender': sender, 'content': content, 'timestamp': timestamp.toIso8601String(), 'messageId': messageId, 'status': status.toString(), 'hasFile': hasFile, };