TaskData constructor

TaskData({
  1. required String taskId,
})

Implementation

TaskData({required this.taskId}) {
  taskInfo.taskId = taskId;
}