Text

@JsonClass(generateAdapter = true)
class Text(val text: String) : ProgressIndicatorFormat

Constructors

Link copied to clipboard
constructor(text: String)

Properties

Link copied to clipboard
Link copied to clipboard
val text: String