fluent-kt
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
fluent-kt
fluent-bundle
/
dev.kbroom.fluent.bundle.types
/
FluentValue
/
Str
Str
@
Serializable
data
class
Str
(
val
value
:
String
)
:
FluentValue
(
source
)
A string value.
Members
Constructors
Str
Link copied to clipboard
constructor
(
value
:
String
)
Properties
value
Link copied to clipboard
val
value
:
String
Functions
as
Any
Link copied to clipboard
fun
asAny
(
)
:
Any
?
Get the underlying value as Any.
as
String
Link copied to clipboard
fun
asString
(
)
:
String
Convert FluentValue to display string.