Channel constructor

Channel(
  1. String id,
  2. String name,
  3. String accountcode,
  4. String state,
  5. CallerID caller,
  6. dynamic dialplan,
  7. DateTime creationtime,
  8. String language,
  9. dynamic channelvars,
  10. dynamic json,
)

Implementation

Channel(
    this.id,
    this.name,
    this.accountcode,
    this.state,
    this.caller,
    this.dialplan,
    this.creationtime,
    this.language,
    this.channelvars,
    this.json) {}