ServerInit constructor

ServerInit({
  1. String ikonBackendUrl = '',
  2. String ikonBackendToken = '',
  3. String spaceId = '',
  4. String channelId = '',
  5. List<ServerPluginInit> plugins = const [],
  6. String primaryUserId = '',
  7. String channelInstanceId = '',
  8. String channelUrl = '',
  9. List<ServerExtensionInit> extensions = const [],
  10. Map<String, String> dynamicConfigObsolete = const {},
  11. String organisationName = '',
  12. String spaceName = '',
  13. String channelName = '',
  14. String dynamicConfigJsonContent = '',
  15. String spaceGitRepositoryUrl = '',
  16. String sessionId = '',
  17. String legacyChannelCode = '',
  18. bool disableLegacyDefaultExtensions = false,
  19. Map<String, String> sessionIdentity = const {},
  20. int frontendPort = 0,
  21. AppSourceType appSourceType = AppSourceType.bundle,
  22. bool debugMode = false,
  23. List<ServerInitDatabaseConnectionInfo> databaseConnectionInfos = const [],
  24. String runTarget = '',
  25. String connectTraceId = '',
})

Implementation

ServerInit({
    this.ikonBackendUrl = '',
    this.ikonBackendToken = '',
    this.spaceId = '',
    this.channelId = '',
    this.plugins = const [],
    this.primaryUserId = '',
    this.channelInstanceId = '',
    this.channelUrl = '',
    this.extensions = const [],
    this.dynamicConfigObsolete = const {},
    this.organisationName = '',
    this.spaceName = '',
    this.channelName = '',
    this.dynamicConfigJsonContent = '',
    this.spaceGitRepositoryUrl = '',
    this.sessionId = '',
    this.legacyChannelCode = '',
    this.disableLegacyDefaultExtensions = false,
    this.sessionIdentity = const {},
    this.frontendPort = 0,
    this.appSourceType = AppSourceType.bundle,
    this.debugMode = false,
    this.databaseConnectionInfos = const [],
    this.runTarget = '',
    this.connectTraceId = '',
});