ServerInfo constructor
ServerInfo({
- bool? ipExternal,
- PortOpened? portOpened,
- String? platform,
- String? fileserverIp,
- int? fileserverPort,
- bool? torEnabled,
- String? torStatus,
- bool? torHasMeekBridges,
- bool? torUseBridges,
- String? uiIp,
- int? uiPort,
- String? version,
- int? rev,
- double? timecorrection,
- String? language,
- bool? debug,
- bool? offline,
- List<
String> ? plugins, - PluginsRev? pluginsRev,
- UserSettings? userSettings,
- String? updatesite,
- String? distType,
- String? libVerifyBest,
Implementation
ServerInfo({
this.ipExternal,
this.portOpened,
this.platform,
this.fileserverIp,
this.fileserverPort,
this.torEnabled,
this.torStatus,
this.torHasMeekBridges,
this.torUseBridges,
this.uiIp,
this.uiPort,
this.version,
this.rev,
this.timecorrection,
this.language,
this.debug,
this.offline,
this.plugins,
this.pluginsRev,
this.userSettings,
this.updatesite,
this.distType,
this.libVerifyBest,
});