manganeseUnit property

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

Typical Unit for Manganese

Implementation

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

Implementation

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