networkStatisticsEntryCall property
Contains information about the total amount of data that was used for calls
Implementation
NetworkStatisticsEntryCall? get networkStatisticsEntryCall {
if (this is NetworkStatisticsEntryCall) {
return this as NetworkStatisticsEntryCall;
}
return null;
}