TimeInHeartRateZoneValue.fromJson constructor

TimeInHeartRateZoneValue.fromJson(
  1. Map json_
)

Implementation

TimeInHeartRateZoneValue.fromJson(core.Map json_)
  : this(
      duration: json_['duration'] as core.String?,
      heartRateZone: json_['heartRateZone'] as core.String?,
    );