butyricAcidUnit property

  1. @Deprecated('Use getUnit instead')
Unit? butyricAcidUnit

Typical Unit for Butyric Acid

Implementation

@Deprecated('Use getUnit instead')
Unit? get butyricAcidUnit => getUnit(Nutrient.butyricAcid);
  1. @Deprecated('Forget that confusing feature')
void butyricAcidUnit=(Unit? unit)

Implementation

@Deprecated('Forget that confusing feature')
set butyricAcidUnit(final Unit? unit) {}