A reactive map of task IDs to their current status.
Use this to display the state of individual tasks in the UI.
final tasks = LxMap<String, LxStatus<dynamic>>().named('tasks');