ServerInit constructor

ServerInit({
  1. String ikonBackendUrl = '',
  2. String ikonBackendToken = '',
  3. String spaceId = '',
  4. List<ServerPluginInit> plugins = const [],
  5. String primaryUserId = '',
  6. String appSessionId = '',
  7. String spaceUrl = '',
  8. List<ServerExtensionInit> extensions = const [],
  9. String organisationName = '',
  10. String spaceName = '',
  11. String sessionIdentityHash = '',
  12. Map<String, String> sessionIdentity = const {},
  13. int frontendPort = 0,
  14. bool debugMode = false,
  15. List<ServerInitDatabaseConnectionInfo> databaseConnectionInfos = const [],
  16. String runTarget = '',
  17. String connectTraceId = '',
  18. String connectTokenSecret = '',
  19. String stateDatabase = '',
})

Implementation

ServerInit({
    this.ikonBackendUrl = '',
    this.ikonBackendToken = '',
    this.spaceId = '',
    this.plugins = const [],
    this.primaryUserId = '',
    this.appSessionId = '',
    this.spaceUrl = '',
    this.extensions = const [],
    this.organisationName = '',
    this.spaceName = '',
    this.sessionIdentityHash = '',
    this.sessionIdentity = const {},
    this.frontendPort = 0,
    this.debugMode = false,
    this.databaseConnectionInfos = const [],
    this.runTarget = '',
    this.connectTraceId = '',
    this.connectTokenSecret = '',
    this.stateDatabase = '',
});