Literal

data class Literal(val value: String) : TranslationFallback(source)

Supplies a literal fallback retained independently of translation lookup.

Constructors

Link copied to clipboard
constructor(value: String)

Properties

Link copied to clipboard

the literal fallback string.