DynamicLibrary.executable constructor Null safety
Creates a dynamic library containing all the symbols of the running executable.
Implementation
external factory DynamicLibrary.executable();
Creates a dynamic library containing all the symbols of the running executable.
external factory DynamicLibrary.executable();