SuraJsonFilesService constructor
SuraJsonFilesService({})
Implementation
SuraJsonFilesService({
required this.storageKey,
required this.zipName,
required this.dirName,
required this.zipUrls,
required this.webBaseUrl,
this.webBaseUrlGitLab,
this.minZipSizeBytes = 50 * 1024,
this.logName,
});