FileObject constructor
      const
      FileObject({})
     
    
    
Implementation
const FileObject({
  required this.id,
  required this.sizeBytes,
  required this.createdAt,
  required this.filename,
  this.object = 'file',
  this.purpose,
  this.status,
  this.statusDetails,
  this.mimeType,
  this.downloadable,
  this.metadata,
});