AgentPlan constructor

const AgentPlan({
  1. String? summary,
  2. required List<AgentPlanStep> steps,
})

Implementation

const AgentPlan({this.summary, required this.steps});