NetworkStatistics constructor
const
NetworkStatistics({
- required int sinceDate,
- required List<
NetworkStatisticsEntry> entries, - dynamic extra,
- int? clientId,
A full list of available network statistic entries
Implementation
const NetworkStatistics({
required this.sinceDate,
required this.entries,
this.extra,
this.clientId,
});