DailyAggregateCallsPerDayReportResponse constructor

DailyAggregateCallsPerDayReportResponse({
  1. required String date,
  2. required CallsPerDayReport report,
})

Returns a new DailyAggregateCallsPerDayReportResponse instance.

Implementation

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