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