factory HistoryBloodOxygenBean.fromJson(Map<String, dynamic> json) => HistoryBloodOxygenBean( date: json["date"] ?? "", bo: json["bo"] ?? -1, );