CyberFileResult constructor
CyberFileResult({})
Implementation
CyberFileResult({
required this.file,
required this.fileName,
required this.extension,
required this.fileSize,
required this.fileType,
this.isCompressed = false,
});