NetworkStatisticsEntryCall constructor
NetworkStatisticsEntryCall({
- NetworkType? networkType,
- required int sentBytes,
- required int receivedBytes,
- required double duration,
Implementation
NetworkStatisticsEntryCall({
this.networkType,
required this.sentBytes,
required this.receivedBytes,
required this.duration,
});