Cdr constructor
Cdr({
- String? accountcode,
- String? src,
- String? dst,
- String? dcontext,
- String? clid,
- String? channel,
- String? dstchannel,
- String? lastapp,
- String? lastdata,
- String? calldate,
- String? answerdate,
- String? hangupdate,
- String? duration,
- String? billsec,
- String? disposition,
- String? amaflags,
- String? uniqueid,
- 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,
});