CallStatistics constructor
CallStatistics({})
Constructor
Implementation
CallStatistics({
required this.maxRating,
required this.minRating,
required this.averageRating,
required this.currentRating,
required this.sentPackets,
required this.receivedPackets,
required this.lostPackets,
});