PathReportDimensionValue constructor

PathReportDimensionValue({
  1. String? dimensionName,
  2. List<String>? ids,
  3. String? kind,
  4. String? matchType,
  5. List<String>? values,
})

Implementation

PathReportDimensionValue({
  this.dimensionName,
  this.ids,
  this.kind,
  this.matchType,
  this.values,
});