ActiveMetricRestriction constructor

ActiveMetricRestriction({
  1. String? metricName,
  2. List<String>? restrictedMetricTypes,
})

Implementation

ActiveMetricRestriction({
  this.metricName,
  this.restrictedMetricTypes,
});