Improve efficiency of data fetching

This commit is contained in:
Junyuan Feng
2022-02-02 13:23:54 +08:00
parent 5d9b19407f
commit 026d203608
8 changed files with 121 additions and 113 deletions

View File

@@ -9,5 +9,6 @@ class ServerInfo {
SSHClient? client;
ServerConnectionState connectionState;
ServerInfo(this.info, this.status, this.client, this.connectionState);
ServerInfo(
this.info, this.status, this.client, this.connectionState);
}