omega3FatUnit property

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

Typical Unit for Omega 3

Implementation

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

Implementation

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