VideoCallEvent constructor Null safety

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

Implementation

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