molybdenumUnit property

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

Typical Unit for Molybdenum

Implementation

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

Implementation

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