ResponseImageGenerationCallPartialImage.fromJson constructor

ResponseImageGenerationCallPartialImage.fromJson(
  1. Map<String, dynamic> j
)

Implementation

factory ResponseImageGenerationCallPartialImage.fromJson(Map<String, dynamic> j) => ResponseImageGenerationCallPartialImage(
      itemId: j['item_id'],
      outputIndex: j['output_index'],
      sequenceNumber: j['sequence_number'],
      partialImageB64: j['partial_image_b64'],
      partialImageIndex: j['partial_image_index'],
    );