Comment

@Serializable
@SerialName(value = "Comment")
class Comment(val body: String, val trimOpen: Boolean = false, val trimClose: Boolean = false) : FixtureSegment(source)

Mirror of a {{! … }} comment.

Constructors

Link copied to clipboard
constructor(body: String, trimOpen: Boolean = false, trimClose: Boolean = false)

Properties

Link copied to clipboard

the comment body.

Link copied to clipboard

whether the closing delimiter requests whitespace trimming.

Link copied to clipboard

whether the opening delimiter requests whitespace trimming.