fluent-kt
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
fluent-kt
intl-memoizer
/
dev.kbroom.fluent.intl
/
FormatterKey
Formatter
Key
data
class
FormatterKey
(
val
name
:
String
,
val
options
:
Any
?
=
null
)
(
source
)
Key for memoizing formatters with specific options.
Members
Constructors
Formatter
Key
Link copied to clipboard
constructor
(
name
:
String
,
options
:
Any
?
=
null
)
Properties
name
Link copied to clipboard
val
name
:
String
options
Link copied to clipboard
val
options
:
Any
?