dangerousReadInternalPtr method
NEVER read it directly outside subclasses, otherwise all encapsulation breaks down.
Implementation
@protected
PlatformPointer dangerousReadInternalPtr() =>
_ptr ?? (throw DroppableDisposedException('$runtimeType'));