butyricAcidServing property

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

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

Implementation

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

Implementation

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