Reads a value from the Pointer memory.
value
@override T? read() { checkClosed(); return readFromByteData(_byteData, 0); }