LibraryConfiguration.executable constructor Null safety

LibraryConfiguration.executable()

Creates a configuration for a dynamic library opened with DynamicLibrary.executable.

Implementation

LibraryConfiguration.executable()
    : process = false,
      name = null,
      appendExtension = null,
      version = null;