ConfigSetting constructor

ConfigSetting(
  1. String name,
  2. String type, {
  3. Object? defaultValue,
})

whether broker need to maintain the change of config value when ds link is offline

Implementation

// bool maintain

ConfigSetting(this.name, this.type, {this.defaultValue});