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