DescribeRecipeResponse constructor

DescribeRecipeResponse({
  1. Recipe? recipe,
})

Implementation

DescribeRecipeResponse({
  this.recipe,
});