ActiveEnergyBurnedRollupValue.fromJson constructor

ActiveEnergyBurnedRollupValue.fromJson(
  1. Map json_
)

Implementation

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