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