GetImageRecipeResponse constructor

GetImageRecipeResponse({
  1. ImageRecipe? imageRecipe,
  2. String? requestId,
})

Implementation

GetImageRecipeResponse({
  this.imageRecipe,
  this.requestId,
});