Inheritance Node
data class InheritanceNode(val dri: DRI, val children: List<TreeViewPage.InheritanceNode> = emptyList(), val interfaces: List<DRI> = emptyList(), val isInterface: Boolean = false)
Constructors
Link copied to clipboard
constructor(dri: DRI, children: List<TreeViewPage.InheritanceNode> = emptyList(), interfaces: List<DRI> = emptyList(), isInterface: Boolean = false)