fluent-kt
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
fluent-kt
fluent-syntax
/
dev.kbroom.fluent.syntax
/
VariantKey
/
NumberLiteral
Number
Literal
@
Serializable
@
SerialName
(
value
=
"NumberLiteral"
)
data
class
NumberLiteral
(
val
value
:
String
)
:
VariantKey
(
source
)
A number-based variant key (e.g., 1, 2).
Members
Constructors
Number
Literal
Link copied to clipboard
constructor
(
value
:
String
)
Properties
value
Link copied to clipboard
val
value
:
String