NetworkStatisticsEntryFile constructor
NetworkStatisticsEntryFile({
- FileType? fileType,
- NetworkType? networkType,
- required int sentBytes,
- required int receivedBytes,
Implementation
NetworkStatisticsEntryFile({
this.fileType,
this.networkType,
required this.sentBytes,
required this.receivedBytes,
});