CollectionSettings

@Serializable
data class CollectionSettings(val recent: Boolean = true)

Constructors

Link copied to clipboard
constructor(recent: Boolean = true)

Properties

Link copied to clipboard