ChatGptImageResponse constructor

const ChatGptImageResponse({
  1. String? model,
  2. required GeneratedImage image,
  3. String? rawJson,
})

Implementation

const ChatGptImageResponse({this.model ,required this.image ,this.rawJson ,});