Downloads constructor

Downloads({
  1. DownloadInfo? client,
  2. DownloadInfo? clientMappings,
  3. DownloadInfo? server,
  4. DownloadInfo? serverMappings,
  5. DownloadInfo? windowsServer,
})

Implementation

Downloads({
  this.client,
  this.clientMappings,
  this.server,
  this.serverMappings,
  this.windowsServer,
});