NumericTargetingDimension constructor

NumericTargetingDimension({
  1. List<String>? excludedIds,
  2. List<String>? includedIds,
})

Implementation

NumericTargetingDimension({
  this.excludedIds,
  this.includedIds,
});