ParticipantReportResponse constructor
ParticipantReportResponse({
- List<
GroupedStatsResponse> byBrowser = const [], - List<
GroupedStatsResponse> byCountry = const [], - List<
GroupedStatsResponse> byDevice = const [], - List<
GroupedStatsResponse> byOperatingSystem = const [], - ParticipantCountOverTimeResponse? countOverTime,
- int? maxConcurrent,
- PublisherStatsResponse? publishers,
- SubscriberStatsResponse? subscribers,
- required int sum,
- required int unique,
Returns a new ParticipantReportResponse instance.
Implementation
ParticipantReportResponse({
this.byBrowser = const [],
this.byCountry = const [],
this.byDevice = const [],
this.byOperatingSystem = const [],
this.countOverTime,
this.maxConcurrent,
this.publishers,
this.subscribers,
required this.sum,
required this.unique,
});