ExpandableSearchList

data class ExpandableSearchList(var list: List<SearchResponse>, var currentPage: Int, var hasNext: Boolean)(source)

Constructors

Link copied to clipboard
constructor(list: List<SearchResponse>, currentPage: Int, hasNext: Boolean)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard