ServerPluginInit constructor
ServerPluginInit({})
Implementation
ServerPluginInit({
this.enabled = false,
this.bundleDirectoryPath = '',
this.bundleDirectoryZipContent = const [],
this.dllName = '',
this.typeName = '',
this.configFilePath = '',
this.configJsonContent = '',
this.extraConfigs = const [],
});