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