acceptsWeight property
Can this nutrient typically be valued in weight? (g, mg, mcg)
Implementation
bool get acceptsWeight => _weightUnits.contains(typicalUnit);
Can this nutrient typically be valued in weight? (g, mg, mcg)
bool get acceptsWeight => _weightUnits.contains(typicalUnit);