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