This commit is contained in:
lollipopkit
2023-01-28 21:16:53 +08:00
parent be1a162632
commit a518dca0ca
19 changed files with 269 additions and 247 deletions

View File

@@ -1,5 +1,16 @@
import 'package:toolbox/core/extension/numx.dart';
get initNetSpeedPart => NetSpeedPart(
'',
0,
0,
0,
);
get initNetSpeed => NetSpeed(
[initNetSpeedPart],
[initNetSpeedPart],
);
class NetSpeedPart {
String device;
int bytesIn;