alcoholServing property
Alcohol, in % vol, per serving of product as sold
Implementation
@Deprecated('Use getValue instead')
double? get alcoholServing => getValue(Nutrient.alcohol, PerSize.serving);
Implementation
@Deprecated('Use setValue instead')
set alcoholServing(final double? value) =>
setValue(Nutrient.alcohol, PerSize.serving, value);