TaskController constructor

TaskController(
  1. TaskService _tasks
)

Creates a controller backed by tasks.

Implementation

TaskController(this._tasks);