CollectiveFile constructor
CollectiveFile({})
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,
});