biotinUnit property
Typical Unit for Biotin
Implementation
@Deprecated('Use getUnit instead')
Unit? get biotinUnit => getUnit(Nutrient.biotin);
Implementation
@Deprecated('Forget that confusing feature')
set biotinUnit(final Unit? unit) {}
Typical Unit for Biotin
@Deprecated('Use getUnit instead')
Unit? get biotinUnit => getUnit(Nutrient.biotin);
@Deprecated('Forget that confusing feature')
set biotinUnit(final Unit? unit) {}