myristicAcidServing property

  1. @Deprecated('Use getValue instead')
double? myristicAcidServing

Myristic Acid, in grams, per serving of product as sold

Implementation

@Deprecated('Use getValue instead')
double? get myristicAcidServing =>
    getValue(Nutrient.myristicAcid, PerSize.serving);
  1. @Deprecated('Use setValue instead')
void myristicAcidServing=(double? value)

Implementation

@Deprecated('Use setValue instead')
set myristicAcidServing(final double? value) =>
    setValue(Nutrient.myristicAcid, PerSize.serving, value);