intValue

fun intValue(key: String, defaultValue: Int = -1): Int(source)
fun intValue(key: String, defaultValue: Provider<Int>): Int(source)