fatUnit property

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

Typical Unit for Fat

Implementation

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

Implementation

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