NetworkStatisticsEntryFile constructor

NetworkStatisticsEntryFile(
  1. {FileType? file_type,
  2. required NetworkType network_type,
  3. required int sent_bytes,
  4. required int received_bytes,
  5. int? extra,
  6. int? clientId}
)

Contains information about the total amount of data that was used to send and receive files

Implementation

NetworkStatisticsEntryFile