by Nullable String List
fun JsonObject?.byNullableStringList(key: String? = null, default: JsonArrayDefaultSelector<String?>): JsonDelegateProperty<List<String?>>
Content copied to clipboard
fun JsonObject?.byNullableStringList(key: String? = null, default: List<String?>): JsonDelegateProperty<List<String?>>
Content copied to clipboard
fun JsonObject?.byNullableStringList(key: String): JsonDelegateProperty<List<String?>>
Content copied to clipboard
val JsonObject?.byNullableStringList: JsonDelegateProperty<List<String?>>
Content copied to clipboard