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