Identifier

@Serializable
@SerialName(value = "Identifier")
class Identifier(val raw: String) : FixtureExpression(source)

Mirror of an identifier expression.

Constructors

Link copied to clipboard
constructor(raw: String)

Properties

Link copied to clipboard
val raw: String

the identifier's raw source text.