Download constructor

Download(
  1. int testLength,
  2. String initialTest,
  3. String minTestSize,
  4. int threadsPerUrl,
)

Implementation

Download(
  this.testLength,
  this.initialTest,
  this.minTestSize,
  this.threadsPerUrl,
);