SegmentMetricFilter constructor

SegmentMetricFilter({
  1. String? comparisonValue,
  2. String? maxComparisonValue,
  3. String? metricName,
  4. String? operator,
  5. String? scope,
})

Implementation

SegmentMetricFilter({
  this.comparisonValue,
  this.maxComparisonValue,
  this.metricName,
  this.operator,
  this.scope,
});