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