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