AgentPlan constructor
const
AgentPlan({
- String? summary,
- required List<
AgentPlanStep> steps,
Implementation
const AgentPlan({this.summary, required this.steps});