ServerPluginInit constructor

ServerPluginInit({
  1. bool enabled = false,
  2. String bundleDirectoryPath = '',
  3. List<int> bundleDirectoryZipContent = const [],
  4. String dllName = '',
  5. String typeName = '',
  6. String configFilePath = '',
  7. String configJsonContent = '',
  8. List<ServerPluginInitExtraConfig> extraConfigs = const [],
})

Implementation

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