DailyAggregateCallDurationReportResponse constructor
DailyAggregateCallDurationReportResponse({
- required String date,
- required CallDurationReport report,
Returns a new DailyAggregateCallDurationReportResponse instance.
Implementation
DailyAggregateCallDurationReportResponse({
required this.date,
required this.report,
});