void addChild(String key, FlutlyVariable variable) => getChildren().putIfAbsent(key, () => variable);