VideoRoomListParticipantsResponse constructor Null safety
- {String? videoroom,
- dynamic room,
- List<
Participants> ? participants}
Implementation
VideoRoomListParticipantsResponse({
this.videoroom,
this.room,
this.participants,
});
VideoRoomListParticipantsResponse({
this.videoroom,
this.room,
this.participants,
});