Zernikalos/zernikalos.loader/ZkoHierarchyNode ZkoHierarchyNode @Serializabledata class ZkoHierarchyNode(val refId: String, val children: List<ZkoHierarchyNode>? = emptyList())(source) Members Constructors ZkoHierarchyNode Link copied to clipboard constructor(refId: String, children: List<ZkoHierarchyNode>? = emptyList()) Types Companion Link copied to clipboard object Companion Properties children Link copied to clipboard val children: List<ZkoHierarchyNode>? refId Link copied to clipboard val refId: String