ImageGenerationOptions constructor
ImageGenerationOptions({})
Creates a new ImageGenerationOptions.
Implementation
ImageGenerationOptions({
this.count,
this.imageWidth,
this.imageHeight,
this.mediaType,
this.modelId,
this.additionalProperties,
});