TaskView constructor

TaskView({
  1. required String taskId,
})

Returns a new TaskView instance.

Implementation

TaskView({
  required this.taskId,
});