toJson method
Implementation
Map<String, dynamic> toJson() => {
'key': key,
'webhook': webhook,
'track_id': trackId,
'image': image,
'resolution': resolution,
'output_format': outputFormat,
'render': render,
'seed': seed,
'multi_image': multiImage,
'ss_guidance_strength': ssGuidanceStrength,
'slat_guidance_strength': slatGuidanceStrength,
'slat_sampling_steps': slatSamplingSteps,
'mesh_simplify': meshSimplify,
'chunk_size': chunkSize,
'temp': temp,
};