VideoRoomAttachedEvent constructor Null safety

VideoRoomAttachedEvent(
  1. {String? videoroom,
  2. dynamic room,
  3. List<AttachedStreams>? streams}
)

Implementation

VideoRoomAttachedEvent({
  this.videoroom,
  this.room,
  this.streams,
});