FixedString

data class FixedString(currentValue: String) : UiString

A fixed UI string with the given value.

Constructors

FixedString
Link copied to clipboard
fun FixedString(currentValue: String)

Properties

currentValue
Link copied to clipboard
open override val currentValue: String
The current (translated) value of the string.