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

appendExtension bool?
final
hashCode int
The hash code for this object. [...]
read-only, inherited
name String?
final
process bool?
final
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
version String?
final

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