Sets a list of string values for key.
key
void setStringArray(String key, List<String> value) { _addAttribute(key, 'stringArray', value); }