GetImageRecipeResponse constructor
GetImageRecipeResponse({
- ImageRecipe? imageRecipe,
- String? requestId,
Implementation
GetImageRecipeResponse({
this.imageRecipe,
this.requestId,
});