can manually refresh when updateInterval==0

This commit is contained in:
Junyuan Feng
2021-12-31 17:44:17 +08:00
parent de1e970108
commit f7558d6beb
9 changed files with 82 additions and 46 deletions

View File

@@ -40,5 +40,6 @@ class ServerStatus {
String? failedInfo;
ServerStatus(this.cpu2Status, this.memory, this.sysVer, this.uptime,
this.disk, this.tcp, this.netSpeed, {this.failedInfo});
this.disk, this.tcp, this.netSpeed,
{this.failedInfo});
}