Add a list of blocks to the children and returns this instance.
blocks
ToDo addChildren(List<Block> blocks) { this._children.addAll(blocks); return this; }