CallParticipantCountReportResponse constructor
CallParticipantCountReportResponse({
- List<
DailyAggregateCallParticipantCountReportResponse> daily = const [],
Returns a new CallParticipantCountReportResponse instance.
Implementation
CallParticipantCountReportResponse({
this.daily = const [],
});