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
/
RawBlock
Raw
Block
@
Serializable
@
SerialName
(
value
=
"RawBlock"
)
class
RawBlock
(
val
body
:
String
)
:
FixtureSegment
(
source
)
Mirror of a
{{{{ … }}}}
raw block.
Members
Constructors
Raw
Block
Link copied to clipboard
constructor
(
body
:
String
)
Properties
body
Link copied to clipboard
val
body
:
String
the raw block body, retained verbatim.