writePtr property
Updates the write offset of the wrapped pointer and returns it.
Implementation
@override
DartHeapPointer get writePtr => _writePtr..offset = writeCount;
Updates the write offset of the wrapped pointer and returns it.
@override
DartHeapPointer get writePtr => _writePtr..offset = writeCount;