AgentCard constructor
AgentCard({
- String? description,
- String? name,
- List<
AgentSkill> ? skills, - List<
AgentInterface> ? supportedInterfaces, - String? version,
Implementation
AgentCard({
this.description,
this.name,
this.skills,
this.supportedInterfaces,
this.version,
});