menu
zuraffa package
documentation
zuraffa/agent.dart
AgentState
AgentState.new constructor
AgentState.new constructor
dark_mode
light_mode
AgentState
constructor
AgentState
(
{
required
String
missionId
,
List
<
String
>
steps
=
const <String>[]
,
})
Implementation
AgentState({required this.missionId, this.steps = const <String>[]});
zuraffa package
documentation
zuraffa/agent
AgentState
AgentState.new constructor
AgentState class