TaskInfo constructor
const
TaskInfo({})
Implementation
const TaskInfo({
required this.name,
required this.executionId,
required this.status,
this.tags = const [],
this.priority = 'normal',
this.scheduledAt,
});