Scope({this.parent, String? id}) { this.id = id ?? S.newId(); // add me as a child of my parent parent?.addChild(this); // add me to my applications scope manager System.app?.scopeManager.add(this); }