CelmProgress constructor
const
CelmProgress({
- required String runId,
- required String currentStep,
- required CelmBudgetUse budget,
- List<
CelmAttempt> history = const [], - bool escalated = false,
- CelmOutcome? outcome,
Implementation
const CelmProgress({
required this.runId,
required this.currentStep,
required this.budget,
this.history = const [],
this.escalated = false,
this.outcome,
});