beginBatch method

void beginBatch()

Batch mode operations

Implementation

void beginBatch() {
  _isBatchMode = true;
}