nativePtr property
Pointer<NativeType>
get
nativePtr
Get the native pointer for FFI calls
Implementation
Pointer get nativePtr => _nativeArray;
Get the native pointer for FFI calls
Pointer get nativePtr => _nativeArray;