LibraryConfiguration.executable constructor Null safety
Creates a configuration for a dynamic library opened with DynamicLibrary.executable.
Implementation
LibraryConfiguration.executable()
: process = false,
name = null,
appendExtension = null,
version = null;