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