FileData constructor

FileData(
  1. String id,
  2. String object,
  3. int bytes,
  4. int createdAt,
  5. String filename,
  6. String purpose,
)

Implementation

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