ListParticipantSessionsResponse constructor

ListParticipantSessionsResponse({
  1. String? nextPageToken,
  2. List<ParticipantSession>? participantSessions,
})

Implementation

ListParticipantSessionsResponse({
  this.nextPageToken,
  this.participantSessions,
});