Files constructor

Files({
  1. int? id,
  2. String? filename,
  3. String? filetype,
  4. String? name,
  5. String? description,
  6. String? presignedGetUrl,
})

Implementation

Files ({
  this.id,
  this.filename,
  this.filetype,
  this.name,
  this.description,
  this.presignedGetUrl,
});