factory MaxHeartRateBean.fromJson(Map<String, dynamic> json) => MaxHeartRateBean(heartRate: json["heartRate"], enable: json["enable"]);