ChatGptImageResponse constructor
const
ChatGptImageResponse({
- String? model,
- required GeneratedImage image,
- String? rawJson,
Implementation
const ChatGptImageResponse({this.model ,required this.image ,this.rawJson ,});