SedentaryPeriodRollupValue.fromJson constructor
SedentaryPeriodRollupValue.fromJson(
- Map json_
Implementation
SedentaryPeriodRollupValue.fromJson(core.Map json_)
: this(durationSum: json_['durationSum'] as core.String?);