totalSalt property
塩分の合計摂取量
Implementation
IntakeNutrient get totalSalt => computeIntakeNutrient(
type: MealRecordNutrientType.natrium,
records: mealRecords,
);
塩分の合計摂取量
IntakeNutrient get totalSalt => computeIntakeNutrient(
type: MealRecordNutrientType.natrium,
records: mealRecords,
);