DailyAggregateCallDurationReportResponse constructor

DailyAggregateCallDurationReportResponse({
  1. required String date,
  2. required CallDurationReport report,
})

Implementation

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