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