DPElementData

data class DPElementData(val name: String, val id: Long, val typeVar: ProtoVarType, val children: MutableList<DPElementData> = mutableListOf())

Constructors

Link copied to clipboard
constructor(name: String, id: Long, typeVar: ProtoVarType, children: MutableList<DPElementData> = mutableListOf())

Properties

Link copied to clipboard
Link copied to clipboard
val id: Long
Link copied to clipboard
Link copied to clipboard
val typeVar: ProtoVarType