toJson method
Implementation
@override
Map<String, dynamic> toJson() => <String, dynamic>{
'chat_id': chatId,
'message_file': messageFile?.toJson(),
'attached_files': attachedFiles.map((item) => item.toJson()).toList(),
'@type': constructor,
};