PlainText

public final class PlainText implements Text
val text: Text = Text.PlainText("Text here")
// or short version
val text: Text = Text("Text here")

Constructors

Link copied to clipboard
public Text.PlainText Text.PlainText(String value)

Functions

Link copied to clipboard
public final String getValue()

Properties

Link copied to clipboard
private final String value