NetworkStatisticsEntryCall constructor

NetworkStatisticsEntryCall(
  1. {required NetworkType network_type,
  2. required int sent_bytes,
  3. required int received_bytes,
  4. required double duration,
  5. int? extra,
  6. int? clientId}
)

Contains information about the total amount of data that was used for calls

Implementation

NetworkStatisticsEntryCall