Settings constructor

Settings(
  1. Client client,
  2. Times times,
  3. Download download,
  4. Upload upload,
  5. ServerConfig serverConfig,
  6. List<Server> servers,
)

Implementation

Settings(this.client, this.times, this.download, this.upload, this.serverConfig, this.servers);