pointer property

Pointer<Uint8>? pointer

The pointer of underlying memory buffer.

Implementation

Pointer<Uint8>? get pointer => _ptr;