UploadedFile constructor

UploadedFile(
  1. String id,
  2. String object,
  3. int bytes,
  4. int createdAt,
  5. String filename,
  6. String? format,
  7. String purpose,
)

Implementation

UploadedFile(this.id, this.object, this.bytes, this.createdAt, this.filename,
    this.format, this.purpose);