wifiRxBytes property

  1. @JsonKey.new(name: 'wifiRxBytes')
int? wifiRxBytes
final

通过 Wi-Fi 路径接收的字节总数。

Implementation

@JsonKey(name: 'wifiRxBytes')
final int? wifiRxBytes;