copperUnit property

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

Typical Unit for Copper

Implementation

@Deprecated('Use getUnit instead')
Unit? get copperUnit => getUnit(Nutrient.copper);
  1. @Deprecated('Forget that confusing feature')
set copperUnit (Unit? unit)

Implementation

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