Pocket

data class Pocket(val title: String, val url: String, val score: Double, val isTopPick: Boolean) : Suggestion

Constructors

Link copied to clipboard
constructor(title: String, url: String, score: Double, isTopPick: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val url: String