LibraryConfiguration class Null safety
Configuration of a DynamicLibrary, which can be used to load the
DynamicLibrary
at a later time.
Constructors
- LibraryConfiguration.dynamic(String? name, {bool? appendExtension = true, String? version})
- Creates a configuration for a dynamic library opened with DynamicLibrary.open. [...]
- LibraryConfiguration.executable()
- Creates a configuration for a dynamic library opened with DynamicLibrary.executable.
- LibraryConfiguration.process()
- Creates a configuration for a dynamic library opened with DynamicLibrary.process.
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited