import 'package:nc_cookbook_api/api.dart';
Name | Type | Description | Notes |
---|---|---|---|
calories | String | The number of calories for the given amount | [optional] |
carbohydrateContent | String | The number of grams of carbohydrates | [optional] |
cholesterolContent | String | The number of milligrams of cholesterol | [optional] |
fatContent | String | The number of grams of fat | [optional] |
fiberContent | String | The number of grams of fiber | [optional] |
proteinContent | String | The number of grams of protein | [optional] |
saturatedFatContent | String | The number of grams of saturated fat | [optional] |
servingSize | String | The serving size, in terms of the number of volume or mass | [optional] |
sodiumContent | String | The number of milligrams of sodium | [optional] |
sugarContent | String | The number of grams of sugar | [optional] |
transFatContent | String | The number of grams of trans fat | [optional] |
unsaturatedFatContent | String | The number of grams of unsaturated fat | [optional] |