VideoRoomListParticipantsResponse constructor Null safety

VideoRoomListParticipantsResponse(
  1. {String? videoroom,
  2. int? room,
  3. List<Participants>? participants}
)

Implementation

VideoRoomListParticipantsResponse({
    this.videoroom,
    this.room,
    this.participants,});