Map<String, dynamic> toJson() { return { 'audio': audio?.path, 'image': image?.path, 'message': message, }; }