List<String>? getLimitedStringList(String key, [List<String>? defaultValue]) { return getStringList('$limitListText$key') ?? defaultValue; }