KeepResponse constructor

KeepResponse(
  1. String params,
  2. TaskFunction task,
  3. int currCount,
  4. int maxCount,
)

Implementation

KeepResponse(this.params, this.task, this.currCount, this.maxCount);