DownloadTaskToken constructor

const DownloadTaskToken(
  1. int id,
  2. int step
)

Implementation

const DownloadTaskToken(this.id, this.step);