NetworkStatisticsEntryCall constructor
const
NetworkStatisticsEntryCall({
- required NetworkType networkType,
- required int sentBytes,
- required int receivedBytes,
- required double duration,
Contains information about the total amount of data that was used for calls
Implementation
const NetworkStatisticsEntryCall({
required this.networkType,
required this.sentBytes,
required this.receivedBytes,
required this.duration,
});