alcoholUnit property

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

Typical Unit for Alcohol

Implementation

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

Implementation

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