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