pantothenicAcidServing property

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

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

Implementation

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

Implementation

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