fix: netspeed bytes too large

This commit is contained in:
lollipopkit
2023-02-02 12:04:01 +08:00
parent c47e24ac5b
commit 469b9fe8cd
4 changed files with 19 additions and 19 deletions

View File

@@ -29,9 +29,9 @@ get initCpuStatus => CpuStatus(
);
get _initNetSpeedPart => NetSpeedPart(
'',
0,
0,
0,
BigInt.zero,
BigInt.zero,
BigInt.zero,
);
get initNetSpeed => NetSpeed(
[_initNetSpeedPart],