Add multiple elements to the end of the array associated with a given key
elements
key
void setAddAll(String key, List<dynamic> elements) { set(key, _ParseAddOperation(elements)); }