return int by key else return null
int
null
static int? getIntOrNull( String key, ) => _prefs.getInt(key);