vegetarian property

  1. @JsonKey(includeIfNull: false, fromJson: ingredientSpecialPropertyStatusFromJson, toJson: ingredientSpecialPropertyStatusToJson)
IngredientSpecialPropertyStatus? vegetarian
getter/setter pair

Implementation

@JsonKey(
    includeIfNull: false,
    fromJson: ingredientSpecialPropertyStatusFromJson,
    toJson: ingredientSpecialPropertyStatusToJson)
IngredientSpecialPropertyStatus? vegetarian;