YIMAttachmentExt_Image.fromJson(Map<String, dynamic> map) { type = YIMEnum_AttachmentType.from(map["duration"]?.toString()); compress = map["compress"]?.toString() == "1"; }