ServerOptions constructor
ServerOptions({})
Implementation
ServerOptions({
required this.acceptAuth,
required this.acceptCompress,
required this.acceptCrypto,
required this.time,
});
ServerOptions({
required this.acceptAuth,
required this.acceptCompress,
required this.acceptCrypto,
required this.time,
});