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