IndentedCodeBlock

data class IndentedCodeBlock(val literal: String) : Block

A block of code indented by 4 spaces (or 1 tab).

Constructors

Link copied to clipboard
constructor(literal: String)

Properties

Link copied to clipboard

the raw code content with the 4-space prefix stripped.