BlockEnd

@Serializable
data class BlockEnd(val text: String, val range: Pair<Int, Int>, val type: Token.BlockType) : Token

Constructors

Link copied to clipboard
constructor(text: String, range: Pair<Int, Int>, type: Token.BlockType)

Properties

Link copied to clipboard
open override val range: Pair<Int, Int>
Link copied to clipboard
open override val text: String
Link copied to clipboard