Task constructor

Task(
  1. String name,
  2. Function taskFunction
)

Implementation

Task(this.name, this.taskFunction);