WebServerConnection constructor
WebServerConnection({})
Implementation
WebServerConnection({
required this.host,
int? port,
required this.sshUser,
this.sshPrivateKeyBase64,
this.sshPrivateKeyPassphrase,
}) : port = port ?? 22;