Downloads constructor
Downloads({
- DownloadInfo? client,
- DownloadInfo? clientMappings,
- DownloadInfo? server,
- DownloadInfo? serverMappings,
- DownloadInfo? windowsServer,
Implementation
Downloads({
this.client,
this.clientMappings,
this.server,
this.serverMappings,
this.windowsServer,
});