AgentStatusConfigValue constructor

AgentStatusConfigValue({
  1. bool? isDefault,
  2. String? name,
  3. String? value,
})

Implementation

AgentStatusConfigValue({this.isDefault, this.name, this.value});