Dart
dart:ffi
DynamicLibrary
handle property
handle
Dart
dart:ffi
DynamicLibrary
handle property
DynamicLibrary class
Constructors
executable
open
process
Properties
handle
hashCode
runtimeType
Methods
lookup
lookupFunction
noSuchMethod
toString
Operators
operator ==
description
handle
property
Pointer
<
Void
>
handle
The handle to the dynamic library.
Implementation
external Pointer<Void> get handle;