Custom

@Serializable
data class Custom(val value: FluentType) : FluentValue(source)

A custom type value.

Constructors

Link copied to clipboard
constructor(value: FluentType)

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.