core
0.0.3
core
/
me.adkhambek.pack.text
/
Text
/
PlainText
Plain
Text
public
final
class
PlainText
implements
Text
Content copied to clipboard
val text: Text = Text.PlainText("Text here")
// or short version
val text: Text = Text("Text here")
Content copied to clipboard
Constructors
Functions
Properties
Constructors
Text.
PlainText
Link copied to clipboard
public
Text.PlainText
Text.PlainText
(
String
value
)
Content copied to clipboard
Functions
get
Value
Link copied to clipboard
public
final
String
getValue
(
)
Content copied to clipboard
Properties
value
Link copied to clipboard
private
final
String
value
Content copied to clipboard