Text

data class Text(val text: String) : FormattedText.Span

Constructors

Link copied to clipboard
constructor(text: String)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open fun toPlainString(): String