by Nullable Int
fun JsonObject?.byNullableInt(key: String? = null, default: JsonObjectDefaultSelector<Int?>): JsonDelegateProperty<Int?>
Content copied to clipboard
fun JsonObject?.byNullableInt(key: String? = null, default: Int?): JsonDelegateProperty<Int?>
Content copied to clipboard