DeleteEvent constructor

const DeleteEvent(
  1. String? taskId,
  2. String? projectId
)

Implementation

const DeleteEvent(this.taskId, this.projectId);