networkStatisticsEntryCall property

NetworkStatisticsEntryCall? networkStatisticsEntryCall

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;
}