MmConfigClusterSettings constructor

MmConfigClusterSettings({
  1. bool? enable,
  2. String? interNodeListenAddress,
  3. List<String> interNodeUrls = const [],
})

Returns a new MmConfigClusterSettings instance.

Implementation

MmConfigClusterSettings({
  this.enable,
  this.interNodeListenAddress,
  this.interNodeUrls = const [],
});