YIMAttachmentExt_Audio.fromJson(Map<String, dynamic> map) { duration = double.tryParse(map["duration"]?.toString() ?? "0")?.toInt() ?? 0; }