InteriorSchema constructor
const
InteriorSchema({})
Implementation
const InteriorSchema({
required this.apiKey,
this.webhook,
this.trackId,
required this.prompt,
this.initImage,
this.negativePrompt,
this.strength,
this.base64,
this.seed,
this.guidanceScale,
this.numInferenceSteps,
});