TaskMovedEvent constructor
TaskMovedEvent(
- Task task,
- KanbanColumn source,
- KanbanColumn destination
Creates a new task moved event.
Implementation
TaskMovedEvent(this.task, this.source, this.destination);