ClusterSetting constructor

ClusterSetting({
  1. ClusterSettingName? name,
  2. String? value,
})

Implementation

ClusterSetting({
  this.name,
  this.value,
});