Str

@Serializable
data class Str(val value: String) : FluentValue(source)

A string value.

Constructors

Link copied to clipboard
constructor(value: String)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
fun asAny(): Any?

Get the underlying value as Any.

Link copied to clipboard

Convert FluentValue to display string.