AgentVersion constructor
AgentVersion({
- StackConfigurationManager? configurationManager,
- String? version,
Implementation
AgentVersion({
this.configurationManager,
this.version,
});