cholesterolUnit property

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

Typical Unit for Cholesterol

Implementation

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

Implementation

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