Times constructor

Times(
  1. int download1,
  2. int download2,
  3. int download3,
  4. int upload1,
  5. int upload2,
  6. int upload3,
)

Implementation

Times(
  this.download1,
  this.download2,
  this.download3,
  this.upload1,
  this.upload2,
  this.upload3,
);