core
0.0.2
core
/
me.adkhambek.pack.text
/
Text
/
PlainText
Plain
Text
data
class
PlainText
(
val
value
:
String
)
:
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
Properties
Constructors
Plain
Text
Link copied to clipboard
fun
PlainText
(
value
:
String
)
Content copied to clipboard
Properties
value
Link copied to clipboard
val
value
:
String
Content copied to clipboard