return int if exists else return def
int
def
static int getIntOr( String key, int def, ) => getIntOrNull(key) ?? def;