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