TagInfo

data class TagInfo(val tag: Tag, val position: Int = 0)

Constructors

Link copied to clipboard
constructor(tag: Tag, position: Int = 0)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val position: Int = 0
Link copied to clipboard
val tag: Tag