read method
Read the value at the given offset
in bc
.
Implementation
@override
@pragma('vm:prefer-inline')
int read(BufferContext bc, int offset) => bc._getInt16(offset);
Read the value at the given offset
in bc
.
@override
@pragma('vm:prefer-inline')
int read(BufferContext bc, int offset) => bc._getInt16(offset);