pantothenicAcid property
Pantothenic Acid, in grams, per 100 grams of product as sold
Implementation
@Deprecated('Use getValue instead')
double? get pantothenicAcid =>
getValue(Nutrient.pantothenicAcid, PerSize.oneHundredGrams);
Implementation
@Deprecated('Use setValue instead')
set pantothenicAcid(final double? value) =>
setValue(Nutrient.pantothenicAcid, PerSize.oneHundredGrams, value);