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);