handle property Null safety

Pointer<Void> handle

The opaque handle to the dynamic library.

Similar to the return value of dlopen(3). Can be used as arguments to other functions in the dlopen API through FFI calls.

Implementation

external Pointer<Void> get handle;