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