Searched defs:demos (Results 1 – 2 of 2) sorted by relevance
49 class DemoCategory(title: String, val demos: List<Demo>) : Demo(title) constant
265 val demos = mutableListOf<Demo>() in searchAllDemos() constant