MmConfigMetricsSettings constructor

MmConfigMetricsSettings({
  1. bool? enable,
  2. int? blockProfileRate,
  3. String? listenAddress,
})

Returns a new MmConfigMetricsSettings instance.

Implementation

MmConfigMetricsSettings({
  this.enable,
  this.blockProfileRate,
  this.listenAddress,
});