ServerInfo constructor

ServerInfo({
  1. bool? ipExternal,
  2. PortOpened? portOpened,
  3. String? platform,
  4. String? fileserverIp,
  5. int? fileserverPort,
  6. bool? torEnabled,
  7. String? torStatus,
  8. bool? torHasMeekBridges,
  9. bool? torUseBridges,
  10. String? uiIp,
  11. int? uiPort,
  12. String? version,
  13. int? rev,
  14. double? timecorrection,
  15. String? language,
  16. bool? debug,
  17. bool? offline,
  18. List<String>? plugins,
  19. PluginsRev? pluginsRev,
  20. UserSettings? userSettings,
  21. String? updatesite,
  22. String? distType,
  23. 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,
});