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