ServerConfig constructor
ServerConfig({})
Implementation
ServerConfig({
required this.transport,
required this.host,
required this.port,
required this.path,
required this.verbose,
required this.help,
});
ServerConfig({
required this.transport,
required this.host,
required this.port,
required this.path,
required this.verbose,
required this.help,
});