BodyFatRollupValue.fromJson constructor

BodyFatRollupValue.fromJson(
  1. Map json_
)

Implementation

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