Text

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

Mirror of a literal text segment.

Constructors

Link copied to clipboard
constructor(value: String)

Properties

Link copied to clipboard

the literal text.