Constructs an instance of this Component named name and with parent parent.
Component(this.name, this.parent) { parent?._components.add(this); }