FileUploadResponse constructor
FileUploadResponse({})
Implementation
FileUploadResponse({
required this.id,
required this.name,
required this.size,
required this.extension,
required this.mimeType,
required this.createdBy,
required this.createdAt,
});