UrlChannel constructor

UrlChannel({
  1. String? id,
  2. String? kind,
  3. String? urlPattern,
})

Implementation

UrlChannel({
  this.id,
  this.kind,
  this.urlPattern,
});