CustomChannel constructor

CustomChannel({
  1. bool? active,
  2. String? displayName,
  3. String? name,
  4. String? reportingDimensionId,
})

Implementation

CustomChannel({
  this.active,
  this.displayName,
  this.name,
  this.reportingDimensionId,
});