data class Locale
<init> |
Locale(language: ByteArray = ByteArray(2), country: ByteArray = ByteArray(2)) |
country |
This field can take three different forms: var country: ByteArray |
isDefined |
val isDefined: Boolean |
language |
This field can take three different forms: var language: ByteArray |
equals |
fun equals(other: Any?): Boolean |
hashCode |
fun hashCode(): Int |