HeartRateInfo constructor
HeartRateInfo({})
Implementation
HeartRateInfo({
required this.startTime,
required this.heartRateList,
required this.timeInterval,
required this.heartRateType,
required this.isAllDay
});