Implementation to read a value from the byteData of this instance Pointer.
value
byteData
@override T? readFromByteData(ByteData byteData, int offset) => reader(byteData, offset);