ServerConfig.empty constructor
const
ServerConfig.empty()
Creates a new server configuration with the default values
Implementation
const ServerConfig.empty()
: type = ServerType.unknown,
hostname = '',
port = 0,
socketType = SocketType.unknown,
authentication = Authentication.unknown,
usernameType = UsernameType.unknown,
authenticationAlternative = null;