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