QueryAggregateCallStatsRequest constructor

QueryAggregateCallStatsRequest({
  1. String? from,
  2. List<String> reportTypes = const [],
  3. String? to,
})

Returns a new QueryAggregateCallStatsRequest instance.

Implementation

QueryAggregateCallStatsRequest({
  this.from,
  this.reportTypes = const [],
  this.to,
});