CdrModel.fromCall constructor

CdrModel.fromCall(
  1. int myCallId,
  2. String accUri,
  3. String remoteExt,
  4. bool incoming,
  5. bool hasVideo,
)

Implementation

CdrModel.fromCall(
  this.myCallId,
  this.accUri,
  this.remoteExt,
  this.incoming,
  this.hasVideo,
);