factory HistoryHrvInfoBean.fromJson(Map<String, dynamic> json) => HistoryHrvInfoBean(date: json["date"], hrv: json["hrv"]);