FileDTO constructor
FileDTO({})
Returns a new FileDTO instance.
Implementation
FileDTO({
this.id,
this.filename,
this.size,
this.contentType,
this.relatedEntities = const [],
this.uploadedBySubjectId,
this.uploadedBySubjectName,
this.createdAt,
});