taskById method

TaskInfo? taskById(
  1. String id
)

Implementation

TaskInfo? taskById(String id) => _tasks[id];