copperUnit property

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

Typical Unit for Copper

Implementation

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

Implementation

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