$MetricRule constructor

$MetricRule({
  1. Map<String, String>? metricCosts,
  2. String? selector,
})

Implementation

$MetricRule({
  this.metricCosts,
  this.selector,
});