append abstract method
Copies the operations in "source" to this batch.
throws StateError if method was called after BatchUpdates.dispose
Implementation
void append(BatchUpdates updates);
Copies the operations in "source" to this batch.
throws StateError if method was called after BatchUpdates.dispose
void append(BatchUpdates updates);