iodineUnit property
Typical Unit for Iodine
Implementation
@Deprecated('Use getUnit instead')
Unit? get iodineUnit => getUnit(Nutrient.iodine);
Implementation
@Deprecated('Forget that confusing feature')
set iodineUnit(final Unit? unit) {}
Typical Unit for Iodine
@Deprecated('Use getUnit instead')
Unit? get iodineUnit => getUnit(Nutrient.iodine);
@Deprecated('Forget that confusing feature')
set iodineUnit(final Unit? unit) {}