TaskDisplayInfo constructor
const
TaskDisplayInfo({})
Implementation
const TaskDisplayInfo({
required this.id,
required this.name,
required this.status,
this.progress,
this.elapsed,
this.result,
this.dependencies = const [],
});