toggle menu
Querent
1.0.0-alpha03
jvm
switch theme
search in API
gradle-plugin
/
dev.teogor.querent.utils
/
StringValue
String
Value
@
Serializable
data
class
StringValue
(
val
id
:
String
,
val
placeholders
:
List
<
Char
>
=
emptyList()
,
val
args
:
List
<
String
>
=
emptyList()
)
:
Resources
Hello!
Members
Constructors
String
Value
Link copied to clipboard
constructor
(
id
:
String
,
placeholders
:
List
<
Char
>
=
emptyList()
,
args
:
List
<
String
>
=
emptyList()
)
Properties
args
Link copied to clipboard
val
args
:
List
<
String
>
id
Link copied to clipboard
val
id
:
String
placeholders
Link copied to clipboard
val
placeholders
:
List
<
Char
>
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String