FileSearchResult

data class FileSearchResult(val path: String, val matches: List<String>)

Constructors

Link copied to clipboard
constructor(path: String, matches: List<String>)

Properties

Link copied to clipboard
Link copied to clipboard