IndicesObjectBuilder({ List<int>? data, int? count, IndexType? type, }) : _data = data, _count = count, _type = type;