AgentPlanStep constructor

const AgentPlanStep({
  1. required String command,
  2. String? explanation,
})

Implementation

const AgentPlanStep({required this.command, this.explanation});