manganese property

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

Manganese, in grams, per 100 grams of product as sold

Implementation

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

Implementation

@Deprecated('Use setValue instead')
set manganese(final double? value) =>
    getValue(Nutrient.manganese, PerSize.oneHundredGrams);