CustomerAgentInfo constructor
CustomerAgentInfo({})
Implementation
CustomerAgentInfo({
required this.activeAgents,
required this.blackListedAgents,
required this.healthyAgents,
required this.shutdownAgents,
required this.totalAgents,
required this.unhealthyAgents,
required this.unknownAgents,
});