MessageDto

@Serializable
data class MessageDto(val translatable: String? = null, val translatableParams: List<String>? = null, val literal: String? = null)

Should be either literal or translatable.

Constructors

Link copied to clipboard
constructor(translatable: String? = null, translatableParams: List<String>? = null, literal: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard