ServerInit constructor
ServerInit({
- String ikonBackendUrl = '',
- String ikonBackendToken = '',
- String spaceId = '',
- String channelId = '',
- List<
ServerPluginInit> plugins = const [], - String primaryUserId = '',
- String channelInstanceId = '',
- String channelUrl = '',
- List<
ServerExtensionInit> extensions = const [], - Map<
String, String> dynamicConfigObsolete = const {}, - String organisationName = '',
- String spaceName = '',
- String channelName = '',
- String dynamicConfigJsonContent = '',
- String spaceGitRepositoryUrl = '',
- String sessionId = '',
- String legacyChannelCode = '',
- bool disableLegacyDefaultExtensions = false,
- Map<
String, String> sessionIdentity = const {}, - int frontendPort = 0,
- AppSourceType appSourceType = AppSourceType.bundle,
- bool debugMode = false,
- List<
ServerInitDatabaseConnectionInfo> databaseConnectionInfos = const [], - String runTarget = '',
- 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 = '',
});