Channel constructor

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

Implementation

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