AppFile constructor
const
AppFile({})
Implementation
const AppFile({
this.fileKey = '',
this.fileName,
this.filePath,
this.fileBytes,
this.fileUrl,
this.fileExtension,
this.fileType,
this.size,
this.xFile,
});