TextModifier

data class TextModifier(val withPrefix: Boolean = true, val colored: Boolean = true)

Text modifier data class

Constructors

Link copied to clipboard
constructor(withPrefix: Boolean = true, colored: Boolean = true)

Properties

Link copied to clipboard
val colored: Boolean = true
Link copied to clipboard
val withPrefix: Boolean = true