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