vegan property
getter/setter pair
Implementation
@JsonKey(
includeIfNull: false,
fromJson: ingredientSpecialPropertyStatusFromJson,
toJson: ingredientSpecialPropertyStatusToJson)
IngredientSpecialPropertyStatus? vegan;
@JsonKey(
includeIfNull: false,
fromJson: ingredientSpecialPropertyStatusFromJson,
toJson: ingredientSpecialPropertyStatusToJson)
IngredientSpecialPropertyStatus? vegan;