kBars
Toggle table of contents
0.1.0
common
Target filter
common
Switch theme
Search in API
Skip to content
kBars
kbars
/
com.commonsware.kbars.impl.parser
/
FixtureSegment
/
Text
Text
@
Serializable
@
SerialName
(
value
=
"Text"
)
class
Text
(
val
value
:
String
)
:
FixtureSegment
(
source
)
Mirror of a literal text segment.
Members
Constructors
Text
Link copied to clipboard
constructor
(
value
:
String
)
Properties
value
Link copied to clipboard
val
value
:
String
the literal text.