append abstract method

void append(
  1. BatchUpdates updates
)

Copies the operations in "source" to this batch. throws StateError if method was called after BatchUpdates.dispose

Implementation

void append(BatchUpdates updates);