Returns a BlockId object for the block at the given blockIdList.
blockIdList
BlockId getBlockIdFromList(List<int> blockIdList) { return BlockId( value: blockIdList, ); }