chlorideUnit property

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

Typical Unit for Chloride

Implementation

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

Implementation

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