omega6FatUnit property

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

Typical Unit for Omega 6

Implementation

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

Implementation

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