$MetricRule constructor Null safety

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

Implementation

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