ListParticipantsResponse constructor

ListParticipantsResponse({
  1. String? nextPageToken,
  2. List<Participant>? participants,
  3. int? totalSize,
})

Implementation

ListParticipantsResponse({
  this.nextPageToken,
  this.participants,
  this.totalSize,
});