ptr property

Pointer<Void> get ptr

Gets the pointer to the underlying C++ object

Implementation

ffi.Pointer<ffi.Void> get ptr => _ptr;