BreakoutParticipant constructor

BreakoutParticipant(
  1. {required String name,
  2. int? breakRoom}
)

Implementation

BreakoutParticipant({
  required this.name,
  this.breakRoom,
});