Text

value class Text(val text: String) : Instruction

A literal text instruction. Wrapped into a single Part at runtime.

Constructors

Link copied to clipboard
constructor(text: String)

Properties

Link copied to clipboard