Line

data class Line(val str: String) : Indenter.Action.Text

Constructors

Link copied to clipboard
constructor(str: String)

Properties

Link copied to clipboard
open override val str: String