Cdr constructor

Cdr({
  1. String? accountcode,
  2. String? src,
  3. String? dst,
  4. String? dcontext,
  5. String? clid,
  6. String? channel,
  7. String? dstchannel,
  8. String? lastapp,
  9. String? lastdata,
  10. String? calldate,
  11. String? answerdate,
  12. String? hangupdate,
  13. String? duration,
  14. String? billsec,
  15. String? disposition,
  16. String? amaflags,
  17. String? uniqueid,
  18. String? userfield,
})

Implementation

Cdr({
  this.accountcode, //?: string,
  this.src, //?: string,
  this.dst, //?: Ari.CallerID,
  this.dcontext, //?: string,
  this.clid, //?: Ari.CallerID,
  this.channel, //?: string,
  this.dstchannel, //?: string,
  this.lastapp, //?: string,
  this.lastdata, //?: string,
  this.calldate, //?: Date,
  this.answerdate, //?: Date,
  this.hangupdate, //?: Date,
  this.duration, //?: string,
  this.billsec, //?: string,
  this.disposition, //?: string,
  this.amaflags, //?: string,
  this.uniqueid, //?: string,
  this.userfield, //?: string,
});