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