taskById method

SessionTask? taskById(
  1. String id
)

Implementation

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