VideoCallEvent constructor

VideoCallEvent({
  1. String? videocall,
  2. Result? result,
})

Implementation

VideoCallEvent({
  this.videocall,
  this.result,
});