RawBlock

@Serializable
@SerialName(value = "RawBlock")
class RawBlock(val body: String) : FixtureSegment(source)

Mirror of a {{{{ … }}}} raw block.

Constructors

Link copied to clipboard
constructor(body: String)

Properties

Link copied to clipboard

the raw block body, retained verbatim.