ParticipantSeriesSubscriberStats constructor

ParticipantSeriesSubscriberStats({
  1. Map<String, List<List<double>>> global = const {},
  2. Map<String, MetricDescriptor> globalMeta = const {},
  3. List<String> globalMetricsOrder = const [],
  4. Map<String, List<MetricThreshold>> globalThresholds = const {},
  5. List<ParticipantSeriesSubscriptionTrackMetrics> subscriptions = const [],
})

Returns a new ParticipantSeriesSubscriberStats instance.

Implementation

ParticipantSeriesSubscriberStats({
  this.global = const {},
  this.globalMeta = const {},
  this.globalMetricsOrder = const [],
  this.globalThresholds = const {},
  this.subscriptions = const [],
});