AgentListEntry constructor
AgentListEntry({
- String? agentArn,
- String? name,
- AgentStatus? status,
Implementation
AgentListEntry({
this.agentArn,
this.name,
this.status,
});