factory LayoutController.fromJson(Map<String, dynamic> json) { return LayoutController(initialNode: LayoutNode.fromJson(json)); }