ptrValue property

  1. @tryInline
Pointer<void> get ptrValue

Implementation

@tryInline
Pointer<void> get ptrValue => throw UnimplementedError();
  1. @tryInline
set ptrValue (Pointer<void> ptr)

Implementation

@tryInline
set ptrValue(Pointer<void> ptr) {}