GroupComment

@Serializable
@SerialName(value = "GroupComment")
data class GroupComment(val content: String) : Entry(source)

A section comment (lines starting with ##).

Constructors

Link copied to clipboard
constructor(content: String)

Properties

Link copied to clipboard

The group comment text