TabTitleData

data class TabTitleData(val tabTitle: String, val quantity: Int? = null)

Constructors

Link copied to clipboard
constructor(tabTitle: String, quantity: Int? = null)

Properties

Link copied to clipboard
val quantity: Int? = null
Link copied to clipboard