removePart method
Removes the specified part childBuilder
Implementation
void removePart(PartBuilder childBuilder) {
_part.parts!.remove(childBuilder._part);
_children!.remove(childBuilder);
}
Removes the specified part childBuilder
void removePart(PartBuilder childBuilder) {
_part.parts!.remove(childBuilder._part);
_children!.remove(childBuilder);
}