CreateTaskEvent constructor

CreateTaskEvent(
  1. TaskModel task,
  2. String title,
  3. String workDate,
  4. String cost,
  5. String otherCost,
  6. List<FileByte> images,
)

Implementation

CreateTaskEvent(this.task, this.title, this.workDate, this.cost, this.otherCost, this.images);