AgentPool constructor
AgentPool({
- BandwidthLimit? bandwidthLimit,
- String? displayName,
- String? name,
- String? state,
Implementation
AgentPool({
this.bandwidthLimit,
this.displayName,
this.name,
this.state,
});