KeepResponse constructor
KeepResponse(
- String params,
- TaskFunction task,
- int currCount,
- int maxCount,
Implementation
KeepResponse(this.params, this.task, this.currCount, this.maxCount);