AgentAbility constructor

const AgentAbility(
  1. String slot,
  2. String? displayName,
  3. String? description,
  4. String? displayIcon,
)

Implementation

const AgentAbility(
    this.slot, this.displayName, this.description, this.displayIcon);