pointerToStruct property

  1. @override
D Function(Pointer<C> ptr) pointerToStruct
final

Converts a P to its Dart-side X wrapper, referencing the memory at that pointer.

Implementation

@override
final D Function(Pointer<C> ptr) pointerToStruct;