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