CallsPerDayReportResponse constructor

CallsPerDayReportResponse({
  1. List<DailyAggregateCallsPerDayReportResponse> daily = const [],
})

Returns a new CallsPerDayReportResponse instance.

Implementation

CallsPerDayReportResponse({
  this.daily = const [],
});