StringValue

@Serializable
data class StringValue(val id: String, val placeholders: List<Char> = emptyList(), val args: List<String> = emptyList()) : Resources
Hello!

Constructors

Link copied to clipboard
constructor(id: String, placeholders: List<Char> = emptyList(), args: List<String> = emptyList())

Properties

Link copied to clipboard
Link copied to clipboard
val id: String
Link copied to clipboard

Functions

Link copied to clipboard
open override fun toString(): String