VideoRoomLeavingEvent constructor Null safety
- {dynamic videoroom,
- dynamic room,
- int? leaving}
Implementation
VideoRoomLeavingEvent({
videoroom,
room,
this.leaving,
}) {
super.room = room;
super.videoroom = videoroom;
}
VideoRoomLeavingEvent({
videoroom,
room,
this.leaving,
}) {
super.room = room;
super.videoroom = videoroom;
}