TypeTreeViewData
data class TypeTreeViewData(var name: String, var type: ProtoNodeType, var varType: ProtoVarType?, var children: List<TypeTreeViewData>)
Constructors
Link copied to clipboard
constructor(name: String, type: ProtoNodeType, varType: ProtoVarType?, children: List<TypeTreeViewData>)