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