addChild method
Add a new block
to the children and returns this instance.
Implementation
BulletedListItem addChild(Block block) {
this._children.add(block);
return this;
}
Add a new block
to the children and returns this instance.
BulletedListItem addChild(Block block) {
this._children.add(block);
return this;
}