ingredient property

List<NutritionProductIngredient>? ingredient
inherited

ingredient Ingredients contained in this product.;

Implementation

List<NutritionProductIngredient>? get ingredient =>
    throw _privateConstructorUsedError;