Language

data class Language(var iso: String? = null, var translations: MutableMap<String, String> = mutableMapOf())

Constructors

Link copied to clipboard
constructor(iso: String? = null, translations: MutableMap<String, String> = mutableMapOf())

Properties

Link copied to clipboard
var iso: String?
Link copied to clipboard