TotalCaloriesRollupValue.fromJson constructor

TotalCaloriesRollupValue.fromJson(
  1. Map json_
)

Implementation

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