oleicAcidUnit property

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

Typical Unit for Oleic Acid

Implementation

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

Implementation

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