dangerousReadInternalPtr method

  1. @protected
PlatformPointer dangerousReadInternalPtr()
inherited

NEVER read it directly outside subclasses, otherwise all encapsulation breaks down.

Implementation

@protected
PlatformPointer dangerousReadInternalPtr() =>
    _ptr ?? (throw DroppableDisposedException('$runtimeType'));