pantothenicAcid property

  1. @Deprecated('Use getValue instead')
double? pantothenicAcid

Pantothenic Acid, in grams, per 100 grams of product as sold

Implementation

@Deprecated('Use getValue instead')
double? get pantothenicAcid =>
    getValue(Nutrient.pantothenicAcid, PerSize.oneHundredGrams);
  1. @Deprecated('Use setValue instead')
void pantothenicAcid=(double? value)

Implementation

@Deprecated('Use setValue instead')
set pantothenicAcid(final double? value) =>
    setValue(Nutrient.pantothenicAcid, PerSize.oneHundredGrams, value);