readPtr property
Updates the read offset of the wrapped pointer and returns it.
Implementation
@override
DartHeapPointer get readPtr => _readPtr..offset = readCount;
Updates the read offset of the wrapped pointer and returns it.
@override
DartHeapPointer get readPtr => _readPtr..offset = readCount;