data class KeyPath
Key path.
<init> |
Key path. KeyPath(type: String, string: String? = null, array: List<String>? = null) |
array |
Array value. val array: List<String>? |
string |
String value. val string: String? |
type |
Key path type. val type: String |