CallsPerDayReport constructor

CallsPerDayReport({
  1. required int count,
})

Returns a new CallsPerDayReport instance.

Implementation

CallsPerDayReport({
  required this.count,
});