toJson method
Implementation
Map<String, dynamic> toJson() => {
'key': key,
'webhook': webhook,
'track_id': trackId,
'prompt': prompt,
'resolution': resolution,
'output_format': outputFormat,
'render': render,
'negative_prompt': negativePrompt,
'seed': seed,
'guidance_scale': guidanceScale,
'num_inference_steps': numInferenceSteps,
'ss_guidance_strength': ssGuidanceStrength,
'slat_guidance_strength': slatGuidanceStrength,
'slat_sampling_steps': slatSamplingSteps,
'mesh_simplify': meshSimplify,
'foreground_ratio': foregroundRatio,
'remove_bg': removeBg,
'chunk_size': chunkSize,
'temp': temp,
};