WeightRollupValue.fromJson constructor

WeightRollupValue.fromJson(
  1. Map json_
)

Implementation

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