AgentVersion constructor

AgentVersion({
  1. StackConfigurationManager? configurationManager,
  2. String? version,
})

Implementation

AgentVersion({
  this.configurationManager,
  this.version,
});