Sets a list of integer values for key.
key
void setIntegerArray(String key, List<int> value) { _addAttribute(key, 'integerArray', value); }