fluent-kt
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
fluent-kt
fluent-fallback
/
dev.kbroom.fluent.fallback
/
L10nMessage
L10n
Message
data
class
L10nMessage
(
val
id
:
String
,
val
value
:
String
?
,
val
attributes
:
Map
<
String
,
String
>
=
emptyMap()
)
(
source
)
Localization message wrapper.
Members
Constructors
L10n
Message
Link copied to clipboard
constructor
(
id
:
String
,
value
:
String
?
,
attributes
:
Map
<
String
,
String
>
=
emptyMap()
)
Properties
attributes
Link copied to clipboard
val
attributes
:
Map
<
String
,
String
>
id
Link copied to clipboard
val
id
:
String
value
Link copied to clipboard
val
value
:
String
?