mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 07:14:28 +01:00
Improve efficiency of data fetching
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user