SearchInResourceReturn

@Serializable
data class SearchInResourceReturn(val result: List<Debugger.SearchMatch>)

Constructors

Link copied to clipboard
constructor(result: List<Debugger.SearchMatch>)

Properties

Link copied to clipboard

List of search matches.