ActiveEnergyBurnedRollupValue.fromJson constructor
ActiveEnergyBurnedRollupValue.fromJson(
- Map json_
Implementation
ActiveEnergyBurnedRollupValue.fromJson(core.Map json_)
: this(kcalSum: (json_['kcalSum'] as core.num?)?.toDouble());