TaskLoadedState constructor

TaskLoadedState({
  1. required TaskModelResponse task,
})

Implementation

TaskLoadedState({required this.task});