toJson method

Map<String, dynamic> toJson()

Implementation

Map<String, dynamic> toJson() => {
      'key': key,
      'webhook': webhook,
      'track_id': trackId,
      'prompt': prompt,
      'negative_prompt': negativePrompt,
      'seed': seed,
      'resolution': resolution,
      'num_frames': numFrames,
      'num_inference_steps': numInferenceSteps,
      'guidance_scale': guidanceScale,
      'fps': fps,
      'portrait': portrait,
      'sample_shift': sampleShift,
    };