AgentAttributes constructor

const AgentAttributes({
  1. List<AgentInput>? lkAgentInputs,
  2. List<AgentOutput>? lkAgentOutputs,
  3. AgentState? lkAgentState,
  4. String? lkPublishOnBehalf,
})

Implementation

const AgentAttributes({
  this.lkAgentInputs,
  this.lkAgentOutputs,
  this.lkAgentState,
  this.lkPublishOnBehalf,
});