Call constructor

Call({
  1. String? callerId,
  2. String? callerName,
  3. String? callerPic,
  4. String? receiverId,
  5. String? receiverName,
  6. String? receiverPic,
  7. int? timeepoch,
  8. String? channelId,
  9. bool? hasDialled,
  10. bool? isvideocall,
  11. String? channelToken,
  12. String? agoraAppId,
  13. Map? data,
})

Implementation

Call({
  this.callerId,
  this.callerName,
  this.callerPic,
  this.receiverId,
  this.receiverName,
  this.receiverPic,
  this.timeepoch,
  this.channelId,
  this.hasDialled,
  this.isvideocall,
  this.channelToken,
  this.agoraAppId,
  this.data,
});