ptrToDFunc property

X Function(Pointer<T> ptr) ptrToDFunc
getter/setter pair

Converts a Pointer<T> to its Dart-side X wrapper, referencing the memory at that pointer.

Implementation

X Function(Pointer<T> ptr) ptrToDFunc;