UrlChannel constructor

UrlChannel({
  1. String? name,
  2. String? reportingDimensionId,
  3. String? uriPattern,
})

Implementation

UrlChannel({
  this.name,
  this.reportingDimensionId,
  this.uriPattern,
});