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