CallParticipantCountReport constructor

CallParticipantCountReport({
  1. List<ReportByHistogramBucket> histogram = const [],
})

Returns a new CallParticipantCountReport instance.

Implementation

CallParticipantCountReport({
  this.histogram = const [],
});