AgentRole constructor

const AgentRole(
  1. String uuid,
  2. String displayName,
  3. String description,
  4. String displayIcon,
  5. String assetPath,
)

Implementation

const AgentRole(this.uuid, this.displayName, this.description,
    this.displayIcon, this.assetPath);