VideoRoomAttachedEvent constructor Null safety

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

Implementation

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