stearicAcidServing property

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

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

Implementation

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

Implementation

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