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