menu
openai_dart package
documentation
openai_dart_assistants.dart
ImageFile
ImageFile.new const constructor
ImageFile.new const constructor
dark_mode
light_mode
ImageFile
constructor
const
ImageFile
(
{
required
String
fileId
,
String
?
detail
,
})
Creates an
ImageFile
.
Implementation
const ImageFile({required this.fileId, this.detail});
openai_dart package
documentation
openai_dart_assistants
ImageFile
ImageFile.new const constructor
ImageFile class