iodine property
Iodine, in grams, per 100 grams of product as sold
Implementation
@Deprecated('Use getValue instead')
double? get iodine => getValue(Nutrient.iodine, PerSize.oneHundredGrams);
Implementation
@Deprecated('Use setValue instead')
set iodine(final double? value) =>
setValue(Nutrient.iodine, PerSize.oneHundredGrams, value);