OpenAIFile constructor
OpenAIFile({})
Returns a new OpenAIFile instance.
Implementation
OpenAIFile({
required this.id,
required this.object,
required this.bytes,
required this.createdAt,
required this.filename,
required this.purpose,
this.status,
this.statusDetails,
});