mirror of
https://github.com/wger-project/flutter.git
synced 2026-02-18 00:17:48 +01:00
add note
This commit is contained in:
@@ -72,6 +72,7 @@ class MealItem {
|
||||
Map<String, dynamic> toJson() => _$MealItemToJson(this);
|
||||
|
||||
/// Calculations
|
||||
/// TODO why does this not consider weightUnitObj ? should we do the same as Log.nutritionalValues here?
|
||||
NutritionalValues get nutritionalValues {
|
||||
// This is already done on the server. It might be better to read it from there.
|
||||
final out = NutritionalValues();
|
||||
|
||||
Reference in New Issue
Block a user