CollectiveFile constructor

CollectiveFile({
  1. String id = '',
  2. String collectiveId = '',
  3. String name = '',
  4. String description = '',
  5. String url = '',
  6. String thumbnailUrl = '',
  7. String fileType = 'other',
  8. int fileSize = 0,
  9. String uploadedBy = '',
  10. String uploaderName = '',
  11. String uploaderImgUrl = '',
  12. String folder = '',
  13. int createdAt = 0,
})

Implementation

CollectiveFile({
  this.id = '',
  this.collectiveId = '',
  this.name = '',
  this.description = '',
  this.url = '',
  this.thumbnailUrl = '',
  this.fileType = 'other',
  this.fileSize = 0,
  this.uploadedBy = '',
  this.uploaderName = '',
  this.uploaderImgUrl = '',
  this.folder = '',
  this.createdAt = 0,
});