StylusLine

data class StylusLine(var firstWord: String = "", var indent: Int = 0)

Constructors

Link copied to clipboard
constructor(firstWord: String = "", indent: Int = 0)

Properties

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