GptImage constructor

GptImage({
  1. String? url,
  2. String? b64Json,
})

Implementation

GptImage({this.url, this.b64Json});