biotinServing property

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

Biotin, in grams, per serving of product as sold

Implementation

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

Implementation

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