TaskHistoryEntry constructor
const
TaskHistoryEntry({})
Implementation
const TaskHistoryEntry({
required this.executionId,
required this.taskName,
required this.startTime,
this.endTime,
required this.status,
required this.attempt,
required this.maxAttempts,
this.error,
this.stackTrace,
this.input,
this.output,
});