VideoRoomListParticipantsResponse constructor Null safety

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

Implementation

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