TaskCreated constructor

const TaskCreated(
  1. String taskId,
  2. String name
)

Implementation

const TaskCreated(super.taskId, this.name);