List<String>? getStringList(String key) { if (!_check(key)) return null; return sp.getStringList(key); }