TaskMovedEvent constructor

TaskMovedEvent(
  1. Task task,
  2. KanbanColumn source,
  3. KanbanColumn destination
)

Creates a new task moved event.

Implementation

TaskMovedEvent(this.task, this.source, this.destination);