TagStyleRule

data class TagStyleRule(val tags: List<Tag>, val class: String)

Constructors

Link copied to clipboard
constructor(tags: List<Tag>, class: String)

Properties

Link copied to clipboard
Link copied to clipboard
val tags: List<Tag>