NetworkStatisticsEntryFile constructor
const
NetworkStatisticsEntryFile({
- FileType? fileType,
- required NetworkType networkType,
- required int sentBytes,
- required int receivedBytes,
Contains information about the total amount of data that was used to send and receive files
Implementation
const NetworkStatisticsEntryFile({
this.fileType,
required this.networkType,
required this.sentBytes,
required this.receivedBytes,
});