LsLastToken

data class LsLastToken(var style: String? = null, var indent: Int = 0, var content: String = "")

Constructors

Link copied to clipboard
constructor(style: String? = null, indent: Int = 0, content: String = "")

Properties

Link copied to clipboard
Link copied to clipboard
var indent: Int
Link copied to clipboard