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