WatchlistWatchlistUserPreferences

data class WatchlistWatchlistUserPreferences(val pinned: Boolean? = null)

Constructors

Link copied to clipboard
constructor(pinned: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val pinned: Boolean? = null

Optional. Whether the watchlist is pinned on the dashboard.