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
/
InlineExpression
/
NumberLiteral
Number
Literal
@
Serializable
@
SerialName
(
value
=
"NumberLiteral"
)
data
class
NumberLiteral
(
val
value
:
String
)
:
InlineExpression
(
source
)
A number literal value.
Members
Constructors
Number
Literal
Link copied to clipboard
constructor
(
value
:
String
)
Properties
value
Link copied to clipboard
val
value
:
String