Set a List object for the given key.
setList(String key, List<dynamic> value) { setValue(key, value); }