networkStatisticsEntryFile property
Contains information about the total amount of data that was used to send and receive files
Implementation
NetworkStatisticsEntryFile? get networkStatisticsEntryFile {
if (this is NetworkStatisticsEntryFile) {
return this as NetworkStatisticsEntryFile;
}
return null;
}