fatUnit property
Typical Unit for Fat
Implementation
@Deprecated('Use getUnit instead')
Unit? get fatUnit => getUnit(Nutrient.fat);
Implementation
@Deprecated('Forget that confusing feature')
set fatUnit(final Unit? unit) {}
Typical Unit for Fat
@Deprecated('Use getUnit instead')
Unit? get fatUnit => getUnit(Nutrient.fat);
@Deprecated('Forget that confusing feature')
set fatUnit(final Unit? unit) {}