DailyAggregateCallParticipantCountReportResponse constructor

DailyAggregateCallParticipantCountReportResponse({
  1. required String date,
  2. required CallParticipantCountReport report,
})

Implementation

DailyAggregateCallParticipantCountReportResponse({
  required this.date,
  required this.report,
});