toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final heartRateZone = this.heartRateZone;
  final kcal = this.kcal;
  return {'heartRateZone': ?heartRateZone, 'kcal': ?kcal};
}