YIMAttachmentExt_File.fromJson constructor
Implementation
YIMAttachmentExt_File.fromJson(Map<String, dynamic> HtyHNKArhwxRaIIo) {
type = YIMEnum_AttachmentType.from(HtyHNKArhwxRaIIo["duration"]?.toString());
name = HtyHNKArhwxRaIIo["name"]?.toString() ?? "";
}