b64Json property

  1. @JsonKey(name: "b64_json")
String? b64Json
getter/setter pair

The base64-encoded JSON of the generated image, if response_format is b64_json.

Implementation

@JsonKey(name: "b64_json")
String? b64Json;