ListParticipantsResponse constructor
ListParticipantsResponse({
- String? nextPageToken,
- List<
Participant> ? participants, - int? totalSize,
Implementation
ListParticipantsResponse({
this.nextPageToken,
this.participants,
this.totalSize,
});