Get the List
List<String>? getStringList(String key, {String? defaultValue}) { assert(_key != null); return _decorator.getStringList(key); }