ImageGenerationRequest constructor
const
ImageGenerationRequest({})
Implementation
const ImageGenerationRequest({
required this.prompt,
this.model,
this.negativePrompt,
this.size,
this.count,
this.seed,
this.steps,
this.guidanceScale,
this.enhancePrompt,
this.style,
this.quality,
this.responseFormat,
this.user,
});