Map<String, dynamic> toJson() { return { 'treeNode': treeNode.toJson(), 'retainedNodeIds': retainedNodeIds.map((e) => e.toJson()).toList(), }; }