VoluntaryNutritionFact constructor

VoluntaryNutritionFact({
  1. double? dailyPercentage,
  2. String? name,
  3. FloatUnit? value,
})

Implementation

VoluntaryNutritionFact({
  this.dailyPercentage,
  this.name,
  this.value,
});