phosphorusUnit property

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

Typical Unit for Phosphorus

Implementation

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

Implementation

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