YIMAttachmentExt_File.fromJson constructor

YIMAttachmentExt_File.fromJson(
  1. Map<String, dynamic> FheAQsxkOmfrmBwr
)

Implementation

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