SedentaryPeriodRollupValue.fromJson constructor

SedentaryPeriodRollupValue.fromJson(
  1. Map json_
)

Implementation

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