CallParticipantCountReport constructor
CallParticipantCountReport({
- List<
ReportByHistogramBucket> histogram = const [],
Returns a new CallParticipantCountReport instance.
Implementation
CallParticipantCountReport({
this.histogram = const [],
});