Channel constructor

Channel({
  1. String? id,
  2. String? href,
  3. String? name,
  4. String? role,
  5. String? baseType,
  6. String? schemaLocation,
  7. String? type,
  8. String? referredType,
})

Implementation

Channel(
    {this.id,
      this.href,
      this.name,
      this.role,
      this.baseType,
      this.schemaLocation,
      this.type,
      this.referredType});