ResponseImageGenerationCallPartialImage.fromJson constructor
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'],
);