polyunsaturatedUnit property

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

Typical Unit for Polyunsaturated Fats

Implementation

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

Implementation

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