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
/
Custom
Custom
@
Serializable
data
class
Custom
(
val
value
:
FluentType
)
:
FluentValue
(
source
)
A custom type value.
Members
Constructors
Custom
Link copied to clipboard
constructor
(
value
:
FluentType
)
Properties
value
Link copied to clipboard
val
value
:
FluentType
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.