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