Skip to content

Commit

Permalink
Added "addedSugars" to Nutrient enum (#869)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidpryor authored Jan 24, 2024
1 parent 2c6ba80 commit f791884
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/src/model/nutrient.dart
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ enum Nutrient implements OffTagged {
/// Sugars
sugars(typicalUnit: Unit.G, offTag: 'sugars'),

/// Added Sugars
addedSugars(typicalUnit: Unit.G, offTag: 'added-sugars'),

/// Fats
fat(typicalUnit: Unit.G, offTag: 'fat'),

Expand Down

0 comments on commit f791884

Please sign in to comment.