acceptsWeight property

bool get acceptsWeight

Can this nutrient typically be valued in weight? (g, mg, mcg)

Implementation

bool get acceptsWeight => _weightUnits.contains(typicalUnit);