writeToByteData method
Implementation to write a value
to the byteData
of this instance Pointer.
Implementation
@override
void writeToByteData(ByteData byteData, int offset, int value) =>
byteData.setUint64(offset, value);
Implementation to write a value
to the byteData
of this instance Pointer.
@override
void writeToByteData(ByteData byteData, int offset, int value) =>
byteData.setUint64(offset, value);