Favorite

data class Favorite(val id: String, val title: String, val url: String, val lastModified: String?, val position: Int, val deleted: String? = null) : SavedSite

Constructors

Link copied to clipboard
constructor(id: String, title: String, url: String, lastModified: String?, position: Int, deleted: String? = null)

Properties

Link copied to clipboard
open override val deleted: String? = null
Link copied to clipboard
open override val id: String
Link copied to clipboard
open override val lastModified: String?
Link copied to clipboard
Link copied to clipboard
open override val title: String
Link copied to clipboard
open override val url: String