CaloriesInHeartRateZoneValue constructor

CaloriesInHeartRateZoneValue({
  1. String? heartRateZone,
  2. double? kcal,
})

Implementation

CaloriesInHeartRateZoneValue({this.heartRateZone, this.kcal});