LanguagesCompleted

data class LanguagesCompleted(val list: List<SettingLanguage>?) : LanguageUIState

Constructors

Link copied to clipboard
constructor(list: List<SettingLanguage>?)

Properties

Link copied to clipboard
val list: List<SettingLanguage>?