CallParticipantCountReportResponse constructor

CallParticipantCountReportResponse({
  1. List<DailyAggregateCallParticipantCountReportResponse> daily = const [],
})

Returns a new CallParticipantCountReportResponse instance.

Implementation

CallParticipantCountReportResponse({
  this.daily = const [],
});