MmEnvironmentConfigClusterSettings constructor

MmEnvironmentConfigClusterSettings({
  1. bool? enable,
  2. bool? interNodeListenAddress,
  3. bool? interNodeUrls,
})

Returns a new MmEnvironmentConfigClusterSettings instance.

Implementation

MmEnvironmentConfigClusterSettings({
  this.enable,
  this.interNodeListenAddress,
  this.interNodeUrls,
});