VideoRoomJoinedEvent constructor Null safety
- {dynamic videoroom,
- dynamic room,
- String? description,
- int? id,
- int? privateId,
- List<
Publishers> ? publishers}
Implementation
VideoRoomJoinedEvent({
videoroom,
room,
this.description,
this.id,
this.privateId,
this.publishers,
}){
super.videoroom=videoroom;
super.room=room;
}