ParticipantSession constructor

ParticipantSession({
  1. String? endTime,
  2. String? name,
  3. String? startTime,
})

Implementation

ParticipantSession({this.endTime, this.name, this.startTime});