biotinUnit property

  1. @Deprecated('Use getUnit instead')
Unit? biotinUnit

Typical Unit for Biotin

Implementation

@Deprecated('Use getUnit instead')
Unit? get biotinUnit => getUnit(Nutrient.biotin);
  1. @Deprecated('Forget that confusing feature')
void biotinUnit=(Unit? unit)

Implementation

@Deprecated('Forget that confusing feature')
set biotinUnit(final Unit? unit) {}