OrderedStrip

data class OrderedStrip(val number: Int, val delimiter: Char, val innerLine: Line, val contentIndent: Int)

Constructors

Link copied to clipboard
constructor(number: Int, delimiter: Char, innerLine: Line, contentIndent: Int)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val number: Int