DownloadFileConfig constructor Null safety
Implementation
DownloadFileConfig(
{required this.url,
required this.downloadPath,
required this.credentailsConfig,
this.versionId = '',
this.continueDownloadIfFileDoesNotExist = true,
this.resumeDownload = false});