FetchTask constructor

FetchTask({
  1. required String taskId,
})

Implementation

FetchTask({required this.taskId});