Number

@Serializable
data class Number(val value: FluentNumber) : FluentValue(source)

A number value with optional formatting.

Constructors

Link copied to clipboard
constructor(value: FluentNumber)

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.