VideoCallHangupEvent constructor Null safety

VideoCallHangupEvent(
  1. {String? videocall,
  2. HangupResult? result}
)

Implementation

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