getInt

fun getInt(key: String, value: Int? = null): Int?

get int value from given key

Return

value of specified key or null

Parameters

key

field name to get the value