ParticipantSeriesPublisherStats constructor

ParticipantSeriesPublisherStats({
  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. Map<String, List<ParticipantSeriesTrackMetrics>> tracks = const {},
})

Returns a new ParticipantSeriesPublisherStats instance.

Implementation

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