ClusterSetting constructor
ClusterSetting({
- ClusterSettingName? name,
- String? value,
Implementation
ClusterSetting({
this.name,
this.value,
});
ClusterSetting({
this.name,
this.value,
});