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